Transform 'u16' to 'uint16_t'
- Replace '\([^_]\)u16' with '\1uint16_t'. - Replace '^u16' with 'uint16_t'. git-svn-id: svn://svn.berlios.de/openocd/trunk@2277 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user