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:
Andrew Tridgell 2022-04-04 17:10:20 +10:00
parent 1b6620b42f
commit 055ee6ba82

View File

@ -76,7 +76,7 @@
#endif
#ifndef MONITOR_THD_WA_SIZE
#define MONITOR_THD_WA_SIZE 512
#define MONITOR_THD_WA_SIZE 1024
#endif
/* Scheduler implementation: */