AP_HAL_ChibiOS: use AP_BEACON_ENABLED instead of BEACON_ENABLED

This commit is contained in:
Peter Barker 2023-04-09 17:39:19 +10:00 committed by Peter Barker
parent 5c3d464754
commit aab771d380
2 changed files with 4 additions and 1 deletions

View File

@ -61,3 +61,6 @@ define AP_CAMERA_SERVO_ENABLED AP_CAMERA_ENABLED
# no SLCAN on these boards (use can-over-mavlink if required)
define AP_CAN_SLCAN_ENABLED 0
# no beacon support on minimized boards:
define AP_BEACON_ENABLED 0

View File

@ -73,7 +73,7 @@ define AP_AIRSPEED_ENABLED 0
define AP_BEACON_ENABLED 0
define AP_OPTICALFLOW_ENABLED 0
define AP_FRSKY_TELEM_ENABLED 0
define BEACON_ENABLED 0
define AP_BEACON_ENABLED 0
define GPS_MOVING_BASELINE 0
define HAL_ADSB_SAGETECH_ENABLED 0
define HAL_ADSB_UAVIONIX_MAVLINK_ENABLED 0