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:
Andrew Tridgell 2022-07-04 11:28:35 +10:00 committed by Randy Mackay
parent 39532a50b1
commit 64a232e912
1 changed files with 0 additions and 1 deletions

View File

@ -239,7 +239,6 @@ bool AP_Compass_AK09916::init()
}
if (!_check_id()) {
hal.console->printf("AK09916: Wrong id\n");
goto fail;
}