Example #1
0
/*
 *  polygon tests
 */
void setup(void)
{
    test_passed_waypoint();
    test_offset();
    test_accuracy();
    test_wrap_cd();
    test_wgs_conversion_functions();
    hal.console->printf("ALL TESTS DONE\n");
}
/*
 *  polygon tests
 */
void setup(void)
{
    test_passed_waypoint();
    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");
}