Skip to content
Snippets Groups Projects
Commit 3320dfd7 authored by Andrew Tridgell's avatar Andrew Tridgell
Browse files

AP_Baro: fixed ms5611 spelling error

parent 0a8677b3
No related branches found
No related tags found
No related merge requests found
......@@ -109,7 +109,7 @@ void AP_SerialBus_I2C::init()
{
_i2c_sem = hal.i2c->get_semaphore();
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!"));
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment