mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-05 15:38:29 -04:00
ea51aea2e5
both bootloader and AP_Periph now default to "org.ardupilot.BOARD_NAME". This makes it much easier to find the right firmware for update
11 lines
199 B
Plaintext
11 lines
199 B
Plaintext
include ../f103-periph/hwdef.inc
|
|
|
|
|
|
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
|