mirror of https://github.com/ArduPilot/ardupilot
AP_Airspeed: fixed a typo in the ARSPD_DEFAULT_PIN define
There was a redundant elif for Linux builds.
This commit is contained in:
parent
2eb204d0ca
commit
402f46c56f
|
@ -62,8 +62,6 @@ extern const AP_HAL::HAL& hal;
|
|||
#define ARSPD_DEFAULT_PIN 16
|
||||
#elif CONFIG_HAL_BOARD == HAL_BOARD_LINUX
|
||||
#define ARSPD_DEFAULT_PIN AP_AIRSPEED_I2C_PIN
|
||||
#elif CONFIG_HAL_BOARD == HAL_BOARD_LINUX
|
||||
#define ARSPD_DEFAULT_PIN AP_AIRSPEED_I2C_PIN
|
||||
#else
|
||||
#define ARSPD_DEFAULT_PIN 0
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue