Rover: Parameters.cpp correct whitespace, remove tabs

This commit is contained in:
Pierre Kancir 2016-12-20 14:30:04 +01:00 committed by Randy Mackay
parent 5858c84f83
commit 70d0997b73

View File

@ -572,7 +572,6 @@ const AP_Param::Info Rover::var_info[] = {
2nd group of parameters
*/
const AP_Param::GroupInfo ParametersG2::var_info[] = {
// @Group: STAT
// @Path: ../libraries/AP_Stats/AP_Stats.cpp
AP_SUBGROUPINFO(stats, "STAT", 1, ParametersG2, AP_Stats),
@ -623,7 +622,6 @@ void Rover::load_parameters(void)
if (!g.format_version.load() ||
g.format_version != Parameters::k_format_version) {
// erase all parameters
cliSerial->println("Firmware change: erasing EEPROM...");
AP_Param::erase_all();