mirror of https://github.com/ArduPilot/ardupilot
AP_Airspeed: added #defines for new VR boards.
This commit is contained in:
parent
cd9537e1f8
commit
de8a0ebc08
|
@ -59,12 +59,12 @@ extern const AP_HAL::HAL& hal;
|
|||
#define ARSPD_DEFAULT_PIN 0
|
||||
#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
|
||||
#elif defined(CONFIG_ARCH_BOARD_VRBRAIN_V52)
|
||||
#define ARSPD_DEFAULT_PIN 0
|
||||
#elif defined(CONFIG_ARCH_BOARD_VRUBRAIN_V51)
|
||||
#define ARSPD_DEFAULT_PIN 0
|
||||
#elif defined(CONFIG_ARCH_BOARD_VRUBRAIN_V52)
|
||||
#define ARSPD_DEFAULT_PIN 0
|
||||
#endif
|
||||
#elif defined(CONFIG_ARCH_BOARD_VRHERO_V10)
|
||||
#define ARSPD_DEFAULT_PIN 0
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue