Skip to content
Snippets Groups Projects
Commit e8b9e9d5 authored by Emile Castelnuovo's avatar Emile Castelnuovo Committed by Andrew Tridgell
Browse files

AP_Airspeed: added #defines for VRBRAIN board

parent 69d26334
No related branches found
No related tags found
No related merge requests found
...@@ -50,6 +50,14 @@ extern const AP_HAL::HAL& hal; ...@@ -50,6 +50,14 @@ extern const AP_HAL::HAL& hal;
#define ARSPD_DEFAULT_PIN 16 #define ARSPD_DEFAULT_PIN 16
#elif CONFIG_HAL_BOARD == HAL_BOARD_LINUX #elif CONFIG_HAL_BOARD == HAL_BOARD_LINUX
#define ARSPD_DEFAULT_PIN AP_AIRSPEED_I2C_PIN #define ARSPD_DEFAULT_PIN AP_AIRSPEED_I2C_PIN
#elif CONFIG_HAL_BOARD == HAL_BOARD_VRBRAIN
#if defined(CONFIG_ARCH_BOARD_VRBRAIN_V4)
#define ARSPD_DEFAULT_PIN 0
#elif defined(CONFIG_ARCH_BOARD_VRBRAIN_V5)
#define ARSPD_DEFAULT_PIN 0
#elif defined(CONFIG_ARCH_BOARD_VRHERO_V1)
#define ARSPD_DEFAULT_PIN 0
#endif
#else #else
#define ARSPD_DEFAULT_PIN 0 #define ARSPD_DEFAULT_PIN 0
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment