From c741392434b8de33740ab5fab9703b0ab6f9ae06 Mon Sep 17 00:00:00 2001 From: jasonshort Date: Sun, 17 Jul 2011 19:08:29 +0000 Subject: [PATCH] 2.0.37 Added rate of change limit for noisy Sonars. converted to static functions - Tridge git-svn-id: https://arducopter.googlecode.com/svn/trunk@2902 f9c3cf11-9bcb-44bc-f272-b75c42450872 --- ArduCopterMega/system.pde | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArduCopterMega/system.pde b/ArduCopterMega/system.pde index 1876441825..f05f2b26df 100644 --- a/ArduCopterMega/system.pde +++ b/ArduCopterMega/system.pde @@ -41,7 +41,7 @@ const struct Menu::command main_menu_commands[] PROGMEM = { }; // Create the top-level menu object. -MENU(main_menu, "AC 2.0.36 Beta", main_menu_commands); +MENU(main_menu, "AC 2.0.37 Beta", main_menu_commands); #endif // CLI_ENABLED