forked from auracaster/openocd
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:
@@ -35,8 +35,8 @@ typedef struct lpc3180_nand_controller_s
|
||||
int osc_freq;
|
||||
enum lpc3180_selected_controller selected_controller;
|
||||
int sw_write_protection;
|
||||
u32 sw_wp_lower_bound;
|
||||
u32 sw_wp_upper_bound;
|
||||
uint32_t sw_wp_lower_bound;
|
||||
uint32_t sw_wp_upper_bound;
|
||||
} lpc3180_nand_controller_t;
|
||||
|
||||
#endif /*LPC3180_NAND_CONTROLLER_H */
|
||||
|
||||
Reference in New Issue
Block a user