From 5276cb7f2b1d5a65e36b50f6f5454bfa690d41e9 Mon Sep 17 00:00:00 2001 From: Mark Whitehorn Date: Wed, 6 Nov 2019 12:44:58 -0700 Subject: [PATCH] AP_IOMCU: rename sensor_config_error to config_error --- libraries/AP_IOMCU/AP_IOMCU.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);