AP_Math: fixed example build

This commit is contained in:
Andrew Tridgell 2014-04-07 07:37:34 +10:00
parent c12e53189c
commit e566802bf3

View File

@ -260,7 +260,7 @@ static void test_wrap_cd(void)
hal.console->printf("wrap_cd tests done\n");
}
#if HAL_CPU_CLASS >= HAL_CPU_CLASS_75
static void test_wgs_conversion_functions(void)
{
@ -345,6 +345,7 @@ static void test_wgs_conversion_functions(void)
}
}
#endif //HAL_CPU_CLASS
/*
* polygon tests
@ -355,7 +356,9 @@ void setup(void)
test_offset();
test_accuracy();
test_wrap_cd();
#if HAL_CPU_CLASS >= HAL_CPU_CLASS_75
test_wgs_conversion_functions();
#endif
hal.console->printf("ALL TESTS DONE\n");
}