mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 15:23:57 -04:00
AP_Param: rename sensor_config_error to config_error
This commit is contained in:
parent
00948c33d5
commit
f8d4cba667
@ -2293,7 +2293,7 @@ void AP_Param::set_defaults_from_table(const struct defaults_table_struct *table
|
||||
if (!AP_Param::set_default_by_name(table[i].name, table[i].value)) {
|
||||
char *buf = nullptr;
|
||||
if (asprintf(&buf, "param deflt fail:%s", table[i].name) > 0) {
|
||||
AP_BoardConfig::sensor_config_error(buf);
|
||||
AP_BoardConfig::config_error(buf);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user