mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-22 16:48:29 -04:00
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
efae9dddd5
commit
6e179db689
@ -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
Block a user