mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-02 14:08:45 -04:00
AP_Compass: HMC5843: Use the correctly spelled method
This commit is contained in:
parent
daa32725ac
commit
3888579c07
@ -514,7 +514,7 @@ AP_HMC5843_SerialBus_MPU6000::AP_HMC5843_SerialBus_MPU6000(AP_InertialSensor &in
|
|||||||
{
|
{
|
||||||
// Only initialize members. Fails are handled by configure or while
|
// Only initialize members. Fails are handled by configure or while
|
||||||
// getting the semaphore
|
// getting the semaphore
|
||||||
_bus = ins.get_auxiliar_bus(HAL_INS_MPU60XX_SPI);
|
_bus = ins.get_auxiliary_bus(HAL_INS_MPU60XX_SPI);
|
||||||
if (!_bus)
|
if (!_bus)
|
||||||
return;
|
return;
|
||||||
_slave = _bus->request_next_slave(addr);
|
_slave = _bus->request_next_slave(addr);
|
||||||
|
Loading…
Reference in New Issue
Block a user