ArduCopter - init_compass - fixed HIL build issue

This commit is contained in:
Randy Mackay 2011-12-31 12:29:54 +09:00
parent 3d85f99546
commit 3cb74cb459
1 changed files with 2 additions and 2 deletions

View File

@ -88,6 +88,8 @@ static void zero_airspeed(void)
}
#endif // HIL_MODE != HIL_MODE_ATTITUDE
static void init_compass()
{
compass.set_orientation(MAG_ORIENTATION); // set compass's orientation on aircraft
@ -110,8 +112,6 @@ static void init_optflow()
#endif
}
#endif // HIL_MODE != HIL_MODE_ATTITUDE
static void read_battery(void)
{
battery_voltage1 = BATTERY_VOLTAGE(analogRead(BATTERY_PIN1)) * .1 + battery_voltage1 * .9;