Transform 'u32' to 'uint32_t' in src/flash.
- Replace '\([^_]\)u32' with '\1uint32_t'. git-svn-id: svn://svn.berlios.de/openocd/trunk@2280 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
typedef struct str9xpec_flash_controller_s
|
||||
{
|
||||
jtag_tap_t *tap;
|
||||
u32 *sector_bits;
|
||||
uint32_t *sector_bits;
|
||||
int chain_pos;
|
||||
int isc_enable;
|
||||
uint8_t options[8];
|
||||
|
||||
Reference in New Issue
Block a user