AP_Compass: fix build warning for HMC5843

This commit is contained in:
Randy Mackay 2016-11-23 16:02:30 +09:00
parent d1f944d0c9
commit 5009e83b6d

View File

@ -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)
{
}