AP_Baro: fixed ms5611 spelling error

This commit is contained in:
Andrew Tridgell 2015-01-09 11:59:49 +11:00
parent 0a8677b3e2
commit 3320dfd7fa

View File

@ -109,7 +109,7 @@ void AP_SerialBus_I2C::init()
{ {
_i2c_sem = hal.i2c->get_semaphore(); _i2c_sem = hal.i2c->get_semaphore();
if (_i2c_sem == NULL) { if (_i2c_sem == NULL) {
hal.scheduler->panic(PSTR("AP_SerialBus_I2C did not get valid I2C semaphroe!")); hal.scheduler->panic(PSTR("AP_SerialBus_I2C did not get valid I2C semaphore!"));
} }
} }