mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
12 lines
274 B
Plaintext
12 lines
274 B
Plaintext
# 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"
|
|
|