We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
format
1 parent dd4d654 commit 52e2afcCopy full SHA for 52e2afc
boot/boot_serial/src/boot_serial.c
@@ -941,7 +941,7 @@ bs_upload(char *buf, int len)
941
rem_bytes = 0;
942
}
943
944
- BOOT_LOG_DBG("Writing at 0x%x until 0x%x", curr_off, curr_off + img_chunk_len);
+ BOOT_LOG_DBG("Writing at 0x%x until 0x%x", curr_off, curr_off + (uint32_t)img_chunk_len);
945
/* Write flash aligned chunk, note that img_chunk_len now holds aligned length */
946
#if defined(MCUBOOT_SERIAL_UNALIGNED_BUFFER_SIZE) && MCUBOOT_SERIAL_UNALIGNED_BUFFER_SIZE > 0
947
if (flash_area_align(fap) > 1 &&
0 commit comments