HAL_ChibiOS: increase monitor thread stack by 512
this is needed to ensure that the log writes of MON and WDOG don't overflow monitor thread stack
This commit is contained in:
parent
1b6620b42f
commit
055ee6ba82
@ -76,7 +76,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef MONITOR_THD_WA_SIZE
|
#ifndef MONITOR_THD_WA_SIZE
|
||||||
#define MONITOR_THD_WA_SIZE 512
|
#define MONITOR_THD_WA_SIZE 1024
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Scheduler implementation: */
|
/* Scheduler implementation: */
|
||||||
|
Loading…
Reference in New Issue
Block a user