mirror of https://github.com/ArduPilot/ardupilot
Tracker: Change from printf statement to print, println statement.
This commit is contained in:
parent
f2246326bb
commit
8f80aa9c94
|
@ -394,7 +394,7 @@ void Tracker::load_parameters(void)
|
|||
g.format_version != Parameters::k_format_version) {
|
||||
|
||||
// erase all parameters
|
||||
hal.console->printf("Firmware change: erasing EEPROM...\n");
|
||||
hal.console->println("Firmware change: erasing EEPROM...");
|
||||
AP_Param::erase_all();
|
||||
|
||||
// save the current format version
|
||||
|
|
Loading…
Reference in New Issue