Browse Source

HIL: fixed build with HIL and logging

thanks to Jani for noticing this

git-svn-id: https://arducopter.googlecode.com/svn/trunk@2925 f9c3cf11-9bcb-44bc-f272-b75c42450872
mission-4.1.18
tridge60@gmail.com 14 years ago
parent
commit
6e179db689
  1. 2
      ArduCopterMega/test.pde

2
ArduCopterMega/test.pde

@ -508,7 +508,9 @@ test_imu(uint8_t argc, const Menu::arg *argv) @@ -508,7 +508,9 @@ test_imu(uint8_t argc, const Menu::arg *argv)
//*/
//
#if HIL_MODE != HIL_MODE_ATTITUDE
Log_Write_Raw();
#endif
}
if(Serial.available() > 0){

Loading…
Cancel
Save