AP_Scheduler: rename HAL_SCHEDULER_ENABLED to AP_SCHEDULER_ENABLED

there's AP_HAL::Scheduler which confuses this
This commit is contained in:
Peter Barker 2022-08-18 21:53:09 +10:00 committed by Peter Barker
parent e25d6bb8e4
commit 3e84eb2358
1 changed files with 2 additions and 2 deletions

View File

@ -22,8 +22,8 @@
#include <AP_HAL/AP_HAL_Boards.h>
#ifndef HAL_SCHEDULER_ENABLED
#define HAL_SCHEDULER_ENABLED 1
#ifndef AP_SCHEDULER_ENABLED
#define AP_SCHEDULER_ENABLED 1
#endif
#include <AP_Param/AP_Param.h>