mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
AP_IOMCU: fixed build warning
This commit is contained in:
parent
7b1f44a995
commit
ba87856deb
@ -633,7 +633,7 @@ bool AP_IOMCU::check_crc(void)
|
||||
fw = nullptr;
|
||||
return true;
|
||||
} else {
|
||||
hal.console->printf("IOMCU: CRC mismatch expected: 0x%X got: 0x%X\n", crc, io_crc);
|
||||
hal.console->printf("IOMCU: CRC mismatch expected: 0x%X got: 0x%X\n", (unsigned)crc, (unsigned)io_crc);
|
||||
}
|
||||
|
||||
const uint16_t magic = REBOOT_BL_MAGIC;
|
||||
|
Loading…
Reference in New Issue
Block a user