mirror of https://github.com/ArduPilot/ardupilot
AP_Airspeed: remove unused MS4525D0_I2C_BUS macro
This commit is contained in:
parent
78deddabda
commit
d3ed4420e6
|
@ -29,12 +29,6 @@ extern const AP_HAL::HAL &hal;
|
||||||
|
|
||||||
#define MS4525D0_I2C_ADDR 0x28
|
#define MS4525D0_I2C_ADDR 0x28
|
||||||
|
|
||||||
#ifdef HAL_AIRSPEED_MS4515DO_I2C_BUS
|
|
||||||
#define MS4525D0_I2C_BUS HAL_AIRSPEED_MS4515DO_I2C_BUS
|
|
||||||
#else
|
|
||||||
#define MS4525D0_I2C_BUS 1
|
|
||||||
#endif
|
|
||||||
|
|
||||||
AP_Airspeed_MS4525::AP_Airspeed_MS4525(AP_Airspeed &_frontend) :
|
AP_Airspeed_MS4525::AP_Airspeed_MS4525(AP_Airspeed &_frontend) :
|
||||||
AP_Airspeed_Backend(_frontend)
|
AP_Airspeed_Backend(_frontend)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue