forked from ROMEO/obsw
too static, does not work
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
#include "semphr.h"
|
||||
#include "task.h"
|
||||
|
||||
//TODO namespace the names
|
||||
// TODO namespace the names
|
||||
|
||||
/**
|
||||
* Task descriptors
|
||||
|
@ -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