fixed HIL build

This commit is contained in:
Andrew Tridgell 2011-11-02 08:13:57 +11:00
parent 4f8ef25643
commit acc03753ab

View File

@ -732,7 +732,9 @@ static void medium_loop()
// Do an extra baro read
// ---------------------
#if HIL_MODE != HIL_MODE_ATTITUDE
barometer.Read();
#endif
slow_loop();
break;