Browse Source

2.0.39

small change to RTL to prevent negative effects from flying backwards.

git-svn-id: https://arducopter.googlecode.com/svn/trunk@2982 f9c3cf11-9bcb-44bc-f272-b75c42450872
mission-4.1.18
jasonshort 14 years ago
parent
commit
a6bad6b73e
  1. 2
      ArduCopterMega/system.pde

2
ArduCopterMega/system.pde

@ -41,7 +41,7 @@ const struct Menu::command main_menu_commands[] PROGMEM = { @@ -41,7 +41,7 @@ const struct Menu::command main_menu_commands[] PROGMEM = {
};
// Create the top-level menu object.
MENU(main_menu, "AC 2.0.38 Beta", main_menu_commands);
MENU(main_menu, "AC 2.0.39 Beta", main_menu_commands);
#endif // CLI_ENABLED

Loading…
Cancel
Save