trying to improve stabiltiy
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
osThreadAttr_t task_attr = {
|
||||
.name = "LightStateTask",
|
||||
.priority = osPriorityNormal,
|
||||
.stack_size = 1024
|
||||
.stack_size = 2048
|
||||
};
|
||||
|
||||
// Function prototype for the task function
|
||||
|
||||
Reference in New Issue
Block a user