extra \ removed

git-svn-id: https://arducopter.googlecode.com/svn/trunk@2669 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
jasonshort 2011-06-25 00:42:57 +00:00
parent 15ea3ac0b4
commit 451f7e5339
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ MENU(planner_menu, "planner", planner_menu_commands);
int8_t int8_t
planner_mode(uint8_t argc, const Menu::arg *argv) planner_mode(uint8_t argc, const Menu::arg *argv)
{ {
Serial.printf_P(PSTR("Planner Mode\n\Not intended for manual use\n\n")); Serial.printf_P(PSTR("Planner Mode\nNot intended for manual use\n\n"));
planner_menu.run(); planner_menu.run();
return (0); return (0);
} }