increase task stack size for clock_loop()

This commit is contained in:
cyberman54 2022-01-18 16:07:24 +01:00
parent 7392fec66c
commit cdad3c1891

View File

@ -247,7 +247,7 @@ void clock_init(void) {
xTaskCreatePinnedToCore(clock_loop, // task function
"clockloop", // name of task
2048, // stack size of task
3072, // stack size of task
(void *)1, // task parameter
4, // priority of the task
&ClockTask, // task handle