mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
AP_HAL_ChibiOS: rename HAL_MISSION_ENABLED to AP_MISSION_ENABLED
This commit is contained in:
parent
936fef11e2
commit
e4bc7a0ef5
@ -2779,8 +2779,8 @@ def add_apperiph_defaults(f):
|
||||
#define HAL_LOGGING_MAVLINK_ENABLED 0
|
||||
#endif
|
||||
|
||||
#ifndef HAL_MISSION_ENABLED
|
||||
#define HAL_MISSION_ENABLED 0
|
||||
#ifndef AP_MISSION_ENABLED
|
||||
#define AP_MISSION_ENABLED 0
|
||||
#endif
|
||||
|
||||
#ifndef HAL_RALLY_ENABLED
|
||||
|
Loading…
Reference in New Issue
Block a user