|
# hw definition file for the f405 Matek DLVR Airspeed Sensor
|
|
|
|
# setup build for a peripheral firmware
|
|
env AP_PERIPH 1
|
|
|
|
include ../f405-MatekGPS/hwdef-bl.dat
|
|
|
|
# Rename to f405_MatekAirspeed
|
|
undef CAN_APP_NODE_NAME
|
|
define CAN_APP_NODE_NAME "org.ardupilot.f405_MatekAirspeed"
|
|
|