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/str9x.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/flash/str9x.h') diff --git a/src/flash/str9x.h b/src/flash/str9x.h index b5e569d0..83448854 100644 --- a/src/flash/str9x.h +++ b/src/flash/str9x.h @@ -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; -- cgit v1.2.3