Browse Source

fix hil build

git-svn-id: https://arducopter.googlecode.com/svn/trunk@2970 f9c3cf11-9bcb-44bc-f272-b75c42450872
master
mich146@hotmail.com 14 years ago
parent
commit
69bd507d5a
  1. 3
      ArduCopterMega/ArduCopterMega.pde

3
ArduCopterMega/ArduCopterMega.pde

@ -172,6 +172,7 @@ static AP_Int8 *flight_modes = &g.flight_mode1; @@ -172,6 +172,7 @@ static AP_Int8 *flight_modes = &g.flight_mode1;
AP_GPS_HIL g_gps_driver(NULL);
#elif HIL_MODE == HIL_MODE_ATTITUDE
AP_ADC_HIL adc;
AP_DCM_HIL dcm;
AP_GPS_HIL g_gps_driver(NULL);
AP_Compass_HIL compass; // never used
@ -1569,4 +1570,4 @@ static void auto_throttle() @@ -1569,4 +1570,4 @@ static void auto_throttle()
//Serial.printf("wp:%d, \te:%d \tt%d \t%d\n", (int)next_WP.alt, (int)altitude_error, nav_throttle, g.rc_3.servo_out);
}

Loading…
Cancel
Save