AP_Airspeed: remove unused MS4525D0_I2C_BUS macro

This commit is contained in:
Francisco Ferreira 2017-08-03 16:34:44 +01:00
parent 78deddabda
commit d3ed4420e6
No known key found for this signature in database
GPG Key ID: F63C20A6773E787E
1 changed files with 0 additions and 6 deletions

View File

@ -29,12 +29,6 @@ extern const AP_HAL::HAL &hal;
#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_Backend(_frontend)
{