diff --git a/libraries/AP_HAL_ChibiOS/Scheduler.h b/libraries/AP_HAL_ChibiOS/Scheduler.h index 301ab7e824..95a9ce4d55 100644 --- a/libraries/AP_HAL_ChibiOS/Scheduler.h +++ b/libraries/AP_HAL_ChibiOS/Scheduler.h @@ -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: */