From 1840226d555b9863a2315bcc6218671fdfa2af32 Mon Sep 17 00:00:00 2001 From: zwelch Date: Thu, 18 Jun 2009 07:10:25 +0000 Subject: 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 --- src/flash/lpc3180_nand_controller.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/flash/lpc3180_nand_controller.h') diff --git a/src/flash/lpc3180_nand_controller.h b/src/flash/lpc3180_nand_controller.h index d0f0113a..8352083b 100644 --- a/src/flash/lpc3180_nand_controller.h +++ b/src/flash/lpc3180_nand_controller.h @@ -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 */ -- cgit v1.2.3