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:
@@ -94,8 +94,8 @@ typedef struct stm32x_flash_bank_s
|
||||
#define KEY2 0xCDEF89AB
|
||||
|
||||
typedef struct stm32x_mem_layout_s {
|
||||
u32 sector_start;
|
||||
u32 sector_size;
|
||||
uint32_t sector_start;
|
||||
uint32_t sector_size;
|
||||
} stm32x_mem_layout_t;
|
||||
|
||||
#endif /* STM32X_H */
|
||||
|
||||
Reference in New Issue
Block a user