AP_IOMCU: rename sensor_config_error to config_error

This commit is contained in:
Mark Whitehorn 2019-11-06 12:44:58 -07:00 committed by Peter Barker
parent a1868b8b67
commit 5276cb7f2b

View File

@ -798,7 +798,7 @@ bool AP_IOMCU::check_crc(void)
if (!upload_fw()) {
AP_ROMFS::free(fw);
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);