Copter: replace APM with board in cli

This commit is contained in:
Randy Mackay 2013-12-28 10:42:10 +09:00
parent a400ddeb88
commit 02898cb46e

View File

@ -560,7 +560,7 @@ setup_factory(uint8_t argc, const Menu::arg *argv)
return(-1);
AP_Param::erase_all();
cliSerial->printf_P(PSTR("\nReboot APM"));
cliSerial->printf_P(PSTR("\nReboot board"));
delay(1000);