cortex_m: read and display core security state
[fw/openocd] / src / target / dsp563xx.c
index 3d4c61ae69cbb2645ae6bdb9ca054319af4eb65e..b825429e0b18ab50262dea954c4ecea66048ca94 100644 (file)
@@ -937,7 +937,7 @@ static int dsp563xx_examine(struct target *target)
                if (((chip>>5)&0x1f) == 0)
                        chip += 300;
 
-               LOG_INFO("DSP56%03" PRId32 " device found", chip);
+               LOG_INFO("DSP56%03" PRIu32 " device found", chip);
 
                /* Clear all breakpoints */
                dsp563xx_once_reg_write(target->tap, 1, DSP563XX_ONCE_OBCR, 0);