Browse Source

AP_Compass: removed error on BMM150

it may be probed at multiple addresses, don't throw lots of errors
zr-v5.1
Andrew Tridgell 4 years ago committed by Peter Barker
parent
commit
eeb728237f
  1. 1
      libraries/AP_Compass/AP_Compass_BMM150.cpp

1
libraries/AP_Compass/AP_Compass_BMM150.cpp

@ -236,7 +236,6 @@ bool AP_Compass_BMM150::init() @@ -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…
Cancel
Save