HAL_ChibiOS: set airspeed type in f303-MatekGPS fw

This commit is contained in:
Andrew Tridgell 2020-09-09 12:04:42 +10:00
parent 9f5b068d9e
commit 90e488d29d

View File

@ -159,3 +159,7 @@ define HAL_MSP_ENABLED 1
# the GPS is good at 10Hz
define GPS_MAX_RATE_MS 100
# 10" DLVR sensor by default
define HAL_AIRSPEED_TYPE_DEFAULT 9
define AIRSPEED_MAX_SENSORS 1