AP_Baro: fixed MS5611 semaphore handling
This commit is contained in:
parent
47358929e2
commit
c5ba33d39a
@ -176,6 +176,8 @@ void AP_Baro_MS5611::_update(uint32_t tnow)
|
||||
"100 times in AP_Baro_MS5611::_update"));
|
||||
}
|
||||
return;
|
||||
} else {
|
||||
semfail_ctr = 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user