mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-22 00:28:30 -04:00
AP_HAL_ChibiOS: rename HAL_SCHEDULER_ENABLED to AP_SCHEDULER_ENABLED
there's AP_HAL::Scheduler which confuses this
This commit is contained in:
parent
bee1f2785a
commit
8b70587092
@ -2814,8 +2814,8 @@ def add_apperiph_defaults(f):
|
||||
f.write('''
|
||||
// AP_Periph defaults
|
||||
|
||||
#ifndef HAL_SCHEDULER_ENABLED
|
||||
#define HAL_SCHEDULER_ENABLED 0
|
||||
#ifndef AP_SCHEDULER_ENABLED
|
||||
#define AP_SCHEDULER_ENABLED 0
|
||||
#endif
|
||||
|
||||
#ifndef HAL_LOGGING_ENABLED
|
||||
|
Loading…
Reference in New Issue
Block a user