You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Raised CMD_DISPATCHER_DISPATCH_TABLE_SIZE from 50 to 55
- Fixes assertion failure on boot caused by exceeding command slot limit
- The addition of RESET_TOTAL_POWER and RESET_TOTAL_GENERATION commands
pushed the total command count beyond the previous limit of 50
- System was trying to register to slot 49 (50th slot) when limit was reached
Co-authored-by: Mikefly123 <[email protected]>
0 commit comments