mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
AP_Param: Unify from print or println to printf.
This commit is contained in:
parent
60b63bb69e
commit
59454b0c6f
@ -967,7 +967,7 @@ bool AP_Param::save(bool force_save)
|
||||
|
||||
if (ofs+type_size((enum ap_var_type)phdr.type)+2*sizeof(phdr) >= _storage.size()) {
|
||||
// we are out of room for saving variables
|
||||
hal.console->println("EEPROM full");
|
||||
hal.console->printf("EEPROM full\n");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user