stm32l4x: cosmetic simplification of get_stm32l4_info
[fw/openocd] / src / flash / nor / esirisc_flash.c
index a5785a964c683840a496dd3d89df2702a0ef243b..88f00bccaa6a0a676a5adcfb2d5232a75ee4bfe3 100644 (file)
@@ -494,7 +494,7 @@ static int esirisc_flash_info(struct flash_bank *bank, char *buf, int buf_size)
        struct esirisc_flash_bank *esirisc_info = bank->driver_priv;
 
        snprintf(buf, buf_size,
-                       "%4s cfg at 0x%" PRIx32 ", clock %" PRId32 ", wait_states %" PRId32,
+                       "%4s cfg at 0x%" PRIx32 ", clock %" PRIu32 ", wait_states %" PRIu32,
                        "",     /* align with first line */
                        esirisc_info->cfg,
                        esirisc_info->clock,