mirror of https://github.com/ArduPilot/ardupilot
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
This commit is contained in:
parent
9d9d82b222
commit
e14d0df898
|
@ -508,7 +508,9 @@ test_imu(uint8_t argc, const Menu::arg *argv)
|
||||||
//*/
|
//*/
|
||||||
|
|
||||||
//
|
//
|
||||||
|
#if HIL_MODE != HIL_MODE_ATTITUDE
|
||||||
Log_Write_Raw();
|
Log_Write_Raw();
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
if(Serial.available() > 0){
|
if(Serial.available() > 0){
|
||||||
|
|
Loading…
Reference in New Issue