mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-08 17:03:57 -04:00
fixed HIL build
This commit is contained in:
parent
4f8ef25643
commit
acc03753ab
@ -732,7 +732,9 @@ static void medium_loop()
|
|||||||
|
|
||||||
// Do an extra baro read
|
// Do an extra baro read
|
||||||
// ---------------------
|
// ---------------------
|
||||||
|
#if HIL_MODE != HIL_MODE_ATTITUDE
|
||||||
barometer.Read();
|
barometer.Read();
|
||||||
|
#endif
|
||||||
|
|
||||||
slow_loop();
|
slow_loop();
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user