mirror of https://github.com/ArduPilot/ardupilot
17 lines
348 B
Plaintext
17 lines
348 B
Plaintext
include ../f103-periph/hwdef.inc
|
|
|
|
#STDOUT_SERIAL SD1
|
|
#STDOUT_BAUDRATE 115200
|
|
|
|
define CAN_APP_NODE_NAME "org.ardupilot.ap_periph_adsb"
|
|
|
|
|
|
define HAL_AIRSPEED_BUS_DEFAULT 0
|
|
define AIRSPEED_MAX_SENSORS 1
|
|
|
|
# ADSB enable
|
|
define HAL_PERIPH_ADSB_PORT_DEFAULT 3
|
|
define HAL_PERIPH_ENABLE_ADSB
|
|
define HAL_PERIPH_ENABLE_AIRSPEED
|
|
# define HAL_PERIPH_ENABLE_MAG
|