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
b1e3b9414b
commit
e48f405c08
|
@ -239,7 +239,6 @@ bool AP_Compass_AK09916::init()
|
|||
}
|
||||
|
||||
if (!_check_id()) {
|
||||
DEV_PRINTF("AK09916: Wrong id\n");
|
||||
goto fail;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue