Browse Source

AP_Baro: fixed MS5611 semaphore handling

mission-4.1.18
Andrew Tridgell 12 years ago
parent
commit
c5ba33d39a
  1. 2
      libraries/AP_Baro/AP_Baro_MS5611.cpp

2
libraries/AP_Baro/AP_Baro_MS5611.cpp

@ -176,6 +176,8 @@ void AP_Baro_MS5611::_update(uint32_t tnow) @@ -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…
Cancel
Save