mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-01 11:13:58 -04:00
14 lines
296 B
Plaintext
14 lines
296 B
Plaintext
include ../f103-periph/hwdef.inc
|
|
|
|
#STDOUT_SERIAL SD1
|
|
#STDOUT_BAUDRATE 115200
|
|
|
|
define HAL_AIRSPEED_BUS_DEFAULT 0
|
|
define AIRSPEED_MAX_SENSORS 1
|
|
|
|
# ADSB enable
|
|
define HAL_PERIPH_ADSB_PORT_DEFAULT 3
|
|
define AP_PERIPH_ADSB_ENABLED 1
|
|
define AP_PERIPH_AIRSPEED_ENABLED 1
|
|
# define AP_PERIPH_MAG_ENABLED 1
|