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
The casting of `configMINIMAL_STACK_SIZE` and `configTIMER_TASK_STACK_DEPTH` to `portSTACK_TYPE` means that the maximum stack would be 255. Removing the cast allows the `configMINIMAL_STACK_SIZE` to take any value up to the `configSTACK_DEPTH_TYPE` define.
0 commit comments