forked from ROMEO/obsw
too static, does not work
This commit is contained in:
@ -137,7 +137,7 @@ int main(void) {
|
||||
|
||||
int taskParameters = 0;
|
||||
|
||||
static const uint16_t stackSizeWords = 512;
|
||||
static const size_t stackSizeWords = 102400;
|
||||
StaticTask_t xTaskBuffer;
|
||||
StackType_t xStack[stackSizeWords];
|
||||
|
||||
|
Reference in New Issue
Block a user