mirror of https://github.com/ArduPilot/ardupilot
AP_Compass: removed "AK09916 Wrong id" message
we don't need this on every board that doesn't have an I2C AK09916
This commit is contained in:
parent
39532a50b1
commit
64a232e912
|
@ -239,7 +239,6 @@ bool AP_Compass_AK09916::init()
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!_check_id()) {
|
if (!_check_id()) {
|
||||||
hal.console->printf("AK09916: Wrong id\n");
|
|
||||||
goto fail;
|
goto fail;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue