mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-09 09:28:31 -04:00
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)
|
#elif defined(CONFIG_ARCH_BOARD_VRBRAIN_V51)
|
||||||
#define ARSPD_DEFAULT_PIN 0
|
#define ARSPD_DEFAULT_PIN 0
|
||||||
#elif defined(CONFIG_ARCH_BOARD_VRUBRAIN_V51)
|
#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
|
#define ARSPD_DEFAULT_PIN 0
|
||||||
|
#endif
|
||||||
#elif defined(CONFIG_ARCH_BOARD_VRHERO_V10)
|
#elif defined(CONFIG_ARCH_BOARD_VRHERO_V10)
|
||||||
#define ARSPD_DEFAULT_PIN 0
|
#define ARSPD_DEFAULT_PIN 0
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user