From 511ae85060c88349a3c3011d362f66209e112f88 Mon Sep 17 00:00:00 2001 From: Jason Short Date: Sat, 12 Nov 2011 15:14:32 -0800 Subject: [PATCH] Shortened test name --- ArduCopter/test.pde | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArduCopter/test.pde b/ArduCopter/test.pde index 4fd0818f68..f48f8d4077 100644 --- a/ArduCopter/test.pde +++ b/ArduCopter/test.pde @@ -70,7 +70,7 @@ const struct Menu::command test_menu_commands[] PROGMEM = { {"tri", test_tri}, {"current", test_current}, {"relay", test_relay}, - {"waypoints", test_wp}, + {"wp", test_wp}, //{"nav", test_nav}, #if HIL_MODE != HIL_MODE_ATTITUDE {"altitude", test_baro},