Browse Source

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
apm_2208
Andrew Tridgell 3 years ago
parent
commit
055ee6ba82
  1. 2
      libraries/AP_HAL_ChibiOS/Scheduler.h

2
libraries/AP_HAL_ChibiOS/Scheduler.h

@ -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…
Cancel
Save