summaryrefslogtreecommitdiff
path: root/src/flash/mflash.h
diff options
context:
space:
mode:
authorzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-06-18 07:10:25 +0000
committerzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-06-18 07:10:25 +0000
commit1840226d555b9863a2315bcc6218671fdfa2af32 (patch)
tree689d43b9d64d4adee7d5e77cab12645ceb707da5 /src/flash/mflash.h
parent3c2eabd20f5182c53f0bfb0c6f2a9f2595434e87 (diff)
downloadopenocd+libswd-1840226d555b9863a2315bcc6218671fdfa2af32.tar.gz
openocd+libswd-1840226d555b9863a2315bcc6218671fdfa2af32.tar.bz2
openocd+libswd-1840226d555b9863a2315bcc6218671fdfa2af32.tar.xz
openocd+libswd-1840226d555b9863a2315bcc6218671fdfa2af32.zip
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
Diffstat (limited to 'src/flash/mflash.h')
-rw-r--r--src/flash/mflash.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/flash/mflash.h b/src/flash/mflash.h
index 774fba1a..04eb99a9 100644
--- a/src/flash/mflash.h
+++ b/src/flash/mflash.h
@@ -127,12 +127,12 @@ typedef struct _mg_pll_t
typedef struct mg_drv_info_s {
mg_io_type_drv_info drv_id;
- u32 tot_sects;
+ uint32_t tot_sects;
} mg_drv_info_t;
typedef struct mflash_bank_s
{
- u32 base;
+ uint32_t base;
mflash_gpio_num_t rst_pin;