diff --git a/src/target/rp.c b/src/target/rp.c index 87dd53d..ac01943 100644 --- a/src/target/rp.c +++ b/src/target/rp.c @@ -238,7 +238,7 @@ static void rp_add_flash(target *t) rp_flash_enter_xip(t); - DEBUG_INFO("Flash size: %" PRIu16 "MiB\n", spi_parameters.capacity / (1024U * 1024U)); + DEBUG_INFO("Flash size: %uMiB\n", spi_parameters.capacity / (1024U * 1024U)); target_flash_s *const f = &flash->f; f->start = RP_XIP_FLASH_BASE;