mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-03 12:14:10 -04:00
AP_HAL: stop defining a default Lightware I2C bus
When a specific bus isn't defined we now search I2C buses 0 and 1
This commit is contained in:
parent
633b17f7e5
commit
edd8fb5293
@ -165,10 +165,6 @@
|
||||
#define HAL_HAVE_IMU_HEATER 0
|
||||
#endif
|
||||
|
||||
#ifndef HAL_RANGEFINDER_LIGHTWARE_I2C_BUS
|
||||
#define HAL_RANGEFINDER_LIGHTWARE_I2C_BUS 1
|
||||
#endif
|
||||
|
||||
#ifndef HAL_COMPASS_HMC5843_I2C_ADDR
|
||||
#define HAL_COMPASS_HMC5843_I2C_ADDR 0x1E
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user