Skip to content
Snippets Groups Projects
Commit 2e547c66 authored by schneider's avatar schneider
Browse files

fix(serial-task): increase stack size

parent 8e8d8614
Loading
Pipeline #2712 passed
......@@ -23,7 +23,7 @@ int main(void)
if (xTaskCreate(
vSerialTask,
(const char *)"Serial",
configMINIMAL_STACK_SIZE,
configMINIMAL_STACK_SIZE * 2,
NULL,
tskIDLE_PRIORITY + 1,
NULL) != pdPASS) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment