]> git.sur5r.net Git - openocd/blobdiff - src/flash/mflash.h
Transform 'u32' to 'uint32_t' in src/flash.
[openocd] / src / flash / mflash.h
index 774fba1a069da8fc798bf194f97f3afac8ce82b4..04eb99a9bc2b89397a9706af35e7a35bf09a4b00 100644 (file)
@@ -127,12 +127,12 @@ typedef struct _mg_pll_t
 
 typedef struct mg_drv_info_s {
        mg_io_type_drv_info drv_id;
-       u32 tot_sects;
+       uint32_t tot_sects;
 } mg_drv_info_t;
 
 typedef struct mflash_bank_s
 {
-       u32 base;
+       uint32_t base;
 
        mflash_gpio_num_t rst_pin;