diff --git a/libraries/AP_IOMCU/AP_IOMCU.cpp b/libraries/AP_IOMCU/AP_IOMCU.cpp index f53cccd81b..1ad319074a 100644 --- a/libraries/AP_IOMCU/AP_IOMCU.cpp +++ b/libraries/AP_IOMCU/AP_IOMCU.cpp @@ -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);