mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_Compass: fix build warning for HMC5843
This commit is contained in:
parent
d1f944d0c9
commit
5009e83b6d
@ -98,8 +98,8 @@ AP_Compass_HMC5843::AP_Compass_HMC5843(Compass &compass, AP_HMC5843_BusDriver *b
|
||||
bool force_external, enum Rotation rotation)
|
||||
: AP_Compass_Backend(compass)
|
||||
, _bus(bus)
|
||||
, _force_external(force_external)
|
||||
, _rotation(rotation)
|
||||
, _force_external(force_external)
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user