-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Description
In TaskCPP.h, class TaskS for the xTaskCreate() call, the variable 'stackSize' does not exist.
I have the following settings
#define configSUPPORT_STATIC_ALLOCATION 0
#define configSUPPORT_DYNAMIC_ALLOCATION 1
so the TaskClass constructor never actually calls this line. It still results in a compiler error though.
Metadata
Metadata
Assignees
Labels
No labels