shortened Menu by a few bytes

git-svn-id: https://arducopter.googlecode.com/svn/trunk@1898 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
jasonshort 2011-04-16 20:44:44 +00:00
parent 76815c3b2a
commit ffa33089b8
1 changed files with 505 additions and 505 deletions

View File

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