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