mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-02 14:13:42 -04:00
13 lines
255 B
Plaintext
13 lines
255 B
Plaintext
include ../f103-periph/hwdef.inc
|
|
|
|
define CAN_APP_NODE_NAME "org.ardupilot.f103_airspeed"
|
|
|
|
|
|
define HAL_AIRSPEED_BUS_DEFAULT 0
|
|
|
|
# 10" DLVR sensor by default
|
|
define HAL_AIRSPEED_TYPE_DEFAULT 9
|
|
define AIRSPEED_MAX_SENSORS 1
|
|
|
|
define HAL_PERIPH_ENABLE_AIRSPEED
|