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
It should be updated to StackType_t, to match the rest of the already merged PR #942.
Targets
All targets use FreeRTOS.h, where the default is incorrect.
Additional context
Some targets need to use the added default definition in portable.h from #942 to build, as they don't include FreeRTOS.h before using the definition. I think that this is probably bad, and is probably bugged too.
The duplicate default in portable.h should be removed, when the ports are repaired.