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/lpc2000.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/flash/lpc2000.c') diff --git a/src/flash/lpc2000.c b/src/flash/lpc2000.c index 05c08dd6..a2c09d20 100644 --- a/src/flash/lpc2000.c +++ b/src/flash/lpc2000.c @@ -241,7 +241,7 @@ static int lpc2000_iap_call(flash_bank_t *bank, int code, uint32_t param_table[5 target_t *target = bank->target; struct mem_param mem_params[2]; struct reg_param reg_params[5]; - armv4_5_algorithm_t armv4_5_info; /* for LPC2000 */ + struct armv4_5_algorithm armv4_5_info; /* for LPC2000 */ armv7m_algorithm_t armv7m_info; /* for LPC1700 */ uint32_t status_code; uint32_t iap_entry_point = 0; /* to make compiler happier */ -- cgit v1.2.3