mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-23 17:18:28 -04:00
HAL_ChibiOS: increase monitor thread stack to 768 bytes
attempt to fix issue #14582
This commit is contained in:
parent
df5ab0c148
commit
685e412d14
@ -70,7 +70,7 @@
|
||||
#endif
|
||||
|
||||
#ifndef MONITOR_THD_WA_SIZE
|
||||
#define MONITOR_THD_WA_SIZE 512
|
||||
#define MONITOR_THD_WA_SIZE 768
|
||||
#endif
|
||||
|
||||
/* Scheduler implementation: */
|
||||
|
Loading…
Reference in New Issue
Block a user