fix mem fault
This commit is contained in:
@ -35,7 +35,7 @@ void initControl(void)
|
||||
BaseType_t taskCreated = xTaskCreate(
|
||||
taskControl, // Function to implement the task
|
||||
"taskControl", // Task name
|
||||
4096, // Stack size (in words, not bytes)
|
||||
8192, // Stack size (in words, not bytes)
|
||||
NULL, // Parameters to the task function (none in this case)
|
||||
5, // Task priority (higher number = higher priority)
|
||||
NULL // Task handle (optional)
|
||||
|
Reference in New Issue
Block a user