mirror of https://github.com/ArduPilot/ardupilot
AP_Compass: removed error on BMM150
it may be probed at multiple addresses, don't throw lots of errors
This commit is contained in:
parent
a07cbc8706
commit
eeb728237f
|
@ -236,7 +236,6 @@ bool AP_Compass_BMM150::init()
|
|||
return true;
|
||||
|
||||
bus_error:
|
||||
hal.console->printf("BMM150: Bus communication error\n");
|
||||
_dev->get_semaphore()->give();
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue