Copter: fix build error

Removed last print_test_disabled call
This commit is contained in:
Randy Mackay 2013-04-05 23:03:17 +09:00
parent af13f6795c
commit 9036b97a16

View File

@ -931,9 +931,7 @@ test_optflow(uint8_t argc, const Menu::arg *argv)
print_enabled(false);
}
return (0);
#else
print_test_disabled();
return (0);
#endif // OPTFLOW == ENABLED
}