mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-24 08:44:08 -04:00
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
|
||||
|
||||
#ifndef MONITOR_THD_WA_SIZE
|
||||
#define MONITOR_THD_WA_SIZE 512
|
||||
#define MONITOR_THD_WA_SIZE 1024
|
||||
#endif
|
||||
|
||||
/* Scheduler implementation: */
|
||||
|
Loading…
Reference in New Issue
Block a user