mirror of https://github.com/ArduPilot/ardupilot
AP_Scheduler: rename HAL_SCHEDULER_ENABLED to AP_SCHEDULER_ENABLED
there's AP_HAL::Scheduler which confuses this
This commit is contained in:
parent
e25d6bb8e4
commit
3e84eb2358
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue