AP_Compass: removed error on BMM150

it may be probed at multiple addresses, don't throw lots of errors
This commit is contained in:
Andrew Tridgell 2021-01-13 10:57:45 +11:00 committed by Peter Barker
parent a07cbc8706
commit eeb728237f
1 changed files with 0 additions and 1 deletions

View File

@ -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;
}