AP_HAL_ChibiOS: rename HAL_MISSION_ENABLED to AP_MISSION_ENABLED

This commit is contained in:
Peter Barker 2022-08-15 09:08:16 +10:00 committed by Peter Barker
parent 936fef11e2
commit e4bc7a0ef5

View File

@ -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