diff --git a/libraries/AP_HAL/Scheduler.h b/libraries/AP_HAL/Scheduler.h index 76c51d3660..111ee3ef84 100644 --- a/libraries/AP_HAL/Scheduler.h +++ b/libraries/AP_HAL/Scheduler.h @@ -95,7 +95,8 @@ public: PRIORITY_RCIN, PRIORITY_IO, PRIORITY_UART, - PRIORITY_STORAGE + PRIORITY_STORAGE, + PRIORITY_SCRIPTING, }; /*