1
0
forked from fsfw/fsfw

fixed bug (critical!)

This commit is contained in:
2020-06-06 15:26:22 +02:00
parent ef01b78140
commit b0634ab0a2
3 changed files with 29 additions and 17 deletions

View File

@ -69,7 +69,7 @@ protected:
void createTask(void* (*fnc_)(void*),void* arg_);
private:
char name[10];
char name[16];
int priority;
size_t stackSize = 0;
};