Browse Source

AP_IOMCU: rename sensor_config_error to config_error

c415-sdk
Mark Whitehorn 5 years ago committed by Peter Barker
parent
commit
5276cb7f2b
  1. 2
      libraries/AP_IOMCU/AP_IOMCU.cpp

2
libraries/AP_IOMCU/AP_IOMCU.cpp

@ -798,7 +798,7 @@ bool AP_IOMCU::check_crc(void) @@ -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);

Loading…
Cancel
Save