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-06-21 20:35:19 +10:00
parent b1e3b9414b
commit e48f405c08
1 changed files with 0 additions and 1 deletions

View File

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