mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 15:23:57 -04:00
AP_HAL_ChibiOS: use AP_BEACON_ENABLED instead of BEACON_ENABLED
This commit is contained in:
parent
5c3d464754
commit
aab771d380
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user