too static, does not work

This commit is contained in:
2023-11-20 16:49:52 +01:00
parent e1f250e8f7
commit c08d15215b
5 changed files with 28 additions and 17 deletions

View File

@ -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];