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:
@@ -27,7 +27,7 @@
|
||||
|
||||
typedef struct str9x_flash_bank_s
|
||||
{
|
||||
u32 *sector_bits;
|
||||
uint32_t *sector_bits;
|
||||
int variant;
|
||||
int bank1;
|
||||
working_area_t *write_algorithm;
|
||||
|
||||
Reference in New Issue
Block a user