mirror of https://github.com/ArduPilot/ardupilot
HAL_ChibiOS: enable airspeed in f103-ADSB
This commit is contained in:
parent
167732de0a
commit
36d62367cb
|
@ -7,6 +7,11 @@ define CAN_APP_NODE_NAME "org.ardupilot.ap_periph_adsb"
|
|||
|
||||
define HAL_CAN_DEFAULT_NODE_ID 116
|
||||
|
||||
define HAL_AIRSPEED_BUS_DEFAULT 0
|
||||
define AIRSPEED_MAX_SENSORS 1
|
||||
|
||||
# ADSB enable
|
||||
define ADSB_PORT hal.uartB
|
||||
define HAL_PERIPH_ENABLE_ADSB
|
||||
define HAL_PERIPH_ENABLE_AIRSPEED
|
||||
# define HAL_PERIPH_ENABLE_MAG
|
||||
|
|
Loading…
Reference in New Issue