mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-01 21:48:28 -04:00
AP_IOMCU: rename sensor_config_error to config_error
This commit is contained in:
parent
a1868b8b67
commit
5276cb7f2b
@ -798,7 +798,7 @@ bool AP_IOMCU::check_crc(void)
|
|||||||
if (!upload_fw()) {
|
if (!upload_fw()) {
|
||||||
AP_ROMFS::free(fw);
|
AP_ROMFS::free(fw);
|
||||||
fw = nullptr;
|
fw = nullptr;
|
||||||
AP_BoardConfig::sensor_config_error("Failed to update IO firmware");
|
AP_BoardConfig::config_error("Failed to update IO firmware");
|
||||||
}
|
}
|
||||||
|
|
||||||
AP_ROMFS::free(fw);
|
AP_ROMFS::free(fw);
|
||||||
|
Loading…
Reference in New Issue
Block a user