diff options
-rw-r--r-- | lib/rp2040_flash/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rp2040_flash/main.c b/lib/rp2040_flash/main.c index 1c111951..e938eb35 100644 --- a/lib/rp2040_flash/main.c +++ b/lib/rp2040_flash/main.c @@ -174,7 +174,7 @@ int main(int argc, char *argv[]) { rc = 1; goto do_exit; } - fprintf(stderr, "Loaded UF2 image with %lu pages\n", image->num_blocks); + fprintf(stderr, "Loaded UF2 image with %zu pages\n", image->num_blocks); bool has_target = false; uint8_t target_bus = 0; |