Browse Source

fixed HIL build

master
Andrew Tridgell 13 years ago
parent
commit
acc03753ab
  1. 2
      ArduCopter/ArduCopter.pde

2
ArduCopter/ArduCopter.pde

@ -732,7 +732,9 @@ static void medium_loop() @@ -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;

Loading…
Cancel
Save