mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
uncrustify libraries/AP_Baro/examples/AP_Baro_MS5611_test/AP_Baro_MS5611_test.pde
This commit is contained in:
parent
fce9044fb4
commit
12497c51b5
@ -40,7 +40,7 @@ void setup()
|
||||
|
||||
void loop()
|
||||
{
|
||||
if((micros() - timer) > 100000UL){
|
||||
if((micros() - timer) > 100000UL) {
|
||||
timer = micros();
|
||||
baro.read();
|
||||
uint32_t read_time = micros() - timer;
|
||||
|
Loading…
Reference in New Issue
Block a user