summaryrefslogtreecommitdiff
path: root/src/flash/lpc2000.c
diff options
context:
space:
mode:
authorZachary T Welch <zw@superlucidity.net>2009-11-13 08:41:43 -0800
committerZachary T Welch <zw@superlucidity.net>2009-11-13 11:58:10 -0800
commit5e43565ab543b1ceff4cc8030434a54ac28dd875 (patch)
tree9810c28fdc2ab66129a5462c14f6de8a782b70f2 /src/flash/lpc2000.c
parente8a6e3b2f4e1b0f3cccfa01c486fbdd952842801 (diff)
downloadopenocd+libswd-5e43565ab543b1ceff4cc8030434a54ac28dd875.tar.gz
openocd+libswd-5e43565ab543b1ceff4cc8030434a54ac28dd875.tar.bz2
openocd+libswd-5e43565ab543b1ceff4cc8030434a54ac28dd875.tar.xz
openocd+libswd-5e43565ab543b1ceff4cc8030434a54ac28dd875.zip
armv7m_algorithm_t -> struct armv7m_algorithm
Remove misleading typedef and redundant suffix from struct armv7m_algorithm.
Diffstat (limited to 'src/flash/lpc2000.c')
-rw-r--r--src/flash/lpc2000.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flash/lpc2000.c b/src/flash/lpc2000.c
index a2c09d20..31e81b3b 100644
--- a/src/flash/lpc2000.c
+++ b/src/flash/lpc2000.c
@@ -242,7 +242,7 @@ static int lpc2000_iap_call(flash_bank_t *bank, int code, uint32_t param_table[5
struct mem_param mem_params[2];
struct reg_param reg_params[5];
struct armv4_5_algorithm armv4_5_info; /* for LPC2000 */
- armv7m_algorithm_t armv7m_info; /* for LPC1700 */
+ struct armv7m_algorithm armv7m_info; /* for LPC1700 */
uint32_t status_code;
uint32_t iap_entry_point = 0; /* to make compiler happier */