fixed HIL build

This commit is contained in:
Andrew Tridgell 2011-11-02 08:13:57 +11:00
parent 53d7cac075
commit 73cc32fb0d
1 changed files with 2 additions and 0 deletions

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;