mirror of https://github.com/ArduPilot/ardupilot
extra \ removed
git-svn-id: https://arducopter.googlecode.com/svn/trunk@2669 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
parent
15ea3ac0b4
commit
451f7e5339
|
@ -18,7 +18,7 @@ MENU(planner_menu, "planner", planner_menu_commands);
|
|||
int8_t
|
||||
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();
|
||||
return (0);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue