Clean up many C99 integer types format specifiers
[fw/openocd] / src / flash / nor / core.c
index e61b30326a8003936a98589211a21bfe74d453f2..cc2ecac08538a7c413826c14af1473224561a4ea 100644 (file)
@@ -595,7 +595,7 @@ int flash_write_unlock(struct target *target, struct image *image,
                if (retval != ERROR_OK)
                        goto done;
                if (c == NULL) {
-                       LOG_WARNING("no flash bank found for address %x", run_address);
+                       LOG_WARNING("no flash bank found for address %" PRIx32, run_address);
                        section++;      /* and skip it */
                        section_offset = 0;
                        continue;