VRBRAIN / AP_Airspeed: defined ARSPD_DEFAULT_PIN for VR Brain 5.4 and VR Core 1.0

This commit is contained in:
LukeMike 2016-07-05 16:58:31 +02:00 committed by Andrew Tridgell
parent d8cc2668cb
commit 4d8e7f1783

View File

@ -51,7 +51,9 @@ extern const AP_HAL::HAL &hal;
#define ARSPD_DEFAULT_PIN 0
#elif defined(CONFIG_ARCH_BOARD_VRUBRAIN_V52)
#define ARSPD_DEFAULT_PIN 0
#elif defined(CONFIG_ARCH_BOARD_VRHERO_V10)
#elif defined(CONFIG_ARCH_BOARD_VRCORE_V10)
#define ARSPD_DEFAULT_PIN 0
#elif defined(CONFIG_ARCH_BOARD_VRBRAIN_V54)
#define ARSPD_DEFAULT_PIN 0
#elif defined(CONFIG_ARCH_BOARD_PX4FMU_V1)
#define ARSPD_DEFAULT_PIN 11