Transform 'u16' to 'uint16_t'
[fw/openocd] / src / flash / stellaris.h
index c6181be0397a737c329b820f6098eda8ce12b820..5a852a8f8cb16bc1a7ceffd6a42f5bf096912c23 100644 (file)
@@ -40,7 +40,7 @@ typedef struct stellaris_flash_bank_s
        u32 pages_in_lockregion;
 
        /* nv memory bits */
-       u16 num_lockbits;
+       uint16_t num_lockbits;
        u32 lockbits;
 
        /* main clock status */