AP_Airspeed: Defined AirSpeed analog inputs for ArduPlane on VR Micro Brain 5

This commit is contained in:
LukeMike 2014-09-11 10:02:29 +02:00 committed by Andrew Tridgell
parent 7dc5541484
commit b29f50ba9b
1 changed files with 4 additions and 0 deletions

View File

@ -60,7 +60,11 @@ extern const AP_HAL::HAL& hal;
#elif defined(CONFIG_ARCH_BOARD_VRBRAIN_V51)
#define ARSPD_DEFAULT_PIN 0
#elif defined(CONFIG_ARCH_BOARD_VRUBRAIN_V51)
#if APM_BUILD_TYPE(APM_BUILD_ArduPlane)
#define ARSPD_DEFAULT_PIN 1
#else
#define ARSPD_DEFAULT_PIN 0
#endif
#elif defined(CONFIG_ARCH_BOARD_VRHERO_V10)
#define ARSPD_DEFAULT_PIN 0
#endif