Plane: replace APM with board in cli

This commit is contained in:
Randy Mackay 2013-12-28 10:42:30 +09:00
parent 4fd2d2885e
commit a1d5c0a02a

View File

@ -167,7 +167,7 @@ setup_factory(uint8_t argc, const Menu::arg *argv)
if (('y' != c) && ('Y' != c))
return(-1);
AP_Param::erase_all();
cliSerial->printf_P(PSTR("\nFACTORY RESET complete - please reset APM to continue"));
cliSerial->printf_P(PSTR("\nFACTORY RESET complete - please reset board to continue"));
//default_flight_modes(); // This will not work here. Replacement code located in init_ardupilot()