Browse Source

shortened Menu by a few bytes

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

2
ArduCopterMega/system.pde

@ -37,7 +37,7 @@ const struct Menu::command main_menu_commands[] PROGMEM = { @@ -37,7 +37,7 @@ const struct Menu::command main_menu_commands[] PROGMEM = {
};
// Create the top-level menu object.
MENU(main_menu, "ArduPilotMega", main_menu_commands);
MENU(main_menu, "ACM", main_menu_commands);
void init_ardupilot()
{

Loading…
Cancel
Save