From 59b5bafdd1c900e50abdaa5df5164e526032e7aa Mon Sep 17 00:00:00 2001 From: Chris Anderson Date: Thu, 8 Sep 2011 19:14:12 -0700 Subject: [PATCH] Renamed code to ArduCopter --- ArduCopter/system.pde | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArduCopter/system.pde b/ArduCopter/system.pde index d9ce317d9d..c2cf31502e 100644 --- a/ArduCopter/system.pde +++ b/ArduCopter/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.40 Beta", main_menu_commands); +MENU(main_menu, "ArduCopter 2.0.40 Beta", main_menu_commands); #endif // CLI_ENABLED