mirror of https://github.com/ArduPilot/ardupilot
AP_Airspeed: Defined AirSpeed analog inputs for ArduPlane on VR Micro Brain 5
This commit is contained in:
parent
7dc5541484
commit
b29f50ba9b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue