From 15e8e4530866454c18c5d91ad9e867f339c2e82b Mon Sep 17 00:00:00 2001 From: Zachary T Welch Date: Fri, 13 Nov 2009 08:41:07 -0800 Subject: armv4_5_algorithm_t -> struct armv4_5_algorithm Remove misleading typedef and redundant suffix from struct armv4_5_algorithm. --- src/flash/str7x.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/flash/str7x.c') diff --git a/src/flash/str7x.c b/src/flash/str7x.c index c594c966..68ba26eb 100644 --- a/src/flash/str7x.c +++ b/src/flash/str7x.c @@ -316,7 +316,7 @@ static int str7x_write_block(struct flash_bank_s *bank, uint8_t *buffer, uint32_ working_area_t *source; uint32_t address = bank->base + offset; struct reg_param reg_params[6]; - armv4_5_algorithm_t armv4_5_info; + struct armv4_5_algorithm armv4_5_info; int retval = ERROR_OK; uint32_t str7x_flash_write_code[] = { -- cgit v1.2.3