diff --git a/libraries/AP_HAL_ChibiOS/Scheduler.h b/libraries/AP_HAL_ChibiOS/Scheduler.h index 129e7f9425..1acaf55f38 100644 --- a/libraries/AP_HAL_ChibiOS/Scheduler.h +++ b/libraries/AP_HAL_ChibiOS/Scheduler.h @@ -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: */