1
0
forked from fsfw/fsfw

issues with fixed timeslo ttask on linux

This commit is contained in:
2020-06-06 14:45:45 +02:00
parent 788f7a3745
commit 212cd58f9a
4 changed files with 31 additions and 15 deletions

View File

@ -68,7 +68,7 @@ protected:
private:
char name[10];
int priority;
size_t stackSize;
size_t stackSize = 0;
};
#endif /* FRAMEWORK_OSAL_LINUX_POSIXTHREAD_H_ */