summaryrefslogtreecommitdiff
path: root/src/flash/lpc2000.c
diff options
context:
space:
mode:
authorZachary T Welch <zw@superlucidity.net>2009-11-13 08:44:30 -0800
committerZachary T Welch <zw@superlucidity.net>2009-11-13 11:58:12 -0800
commit46fc1d57ac9462fd788277609707a379c7a406cb (patch)
tree7dc71959d1ca261a8a49a01579d46097284e332b /src/flash/lpc2000.c
parentc2b5d8a6fa72ce6b0fed1e612d4fe5e4b54ba45a (diff)
downloadopenocd+libswd-46fc1d57ac9462fd788277609707a379c7a406cb.tar.gz
openocd+libswd-46fc1d57ac9462fd788277609707a379c7a406cb.tar.bz2
openocd+libswd-46fc1d57ac9462fd788277609707a379c7a406cb.tar.xz
openocd+libswd-46fc1d57ac9462fd788277609707a379c7a406cb.zip
working_area_t -> struct working_area
Remove misleading typedef and redundant suffix from struct working_area.
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 31e81b3b..4ad3e0e5 100644
--- a/src/flash/lpc2000.c
+++ b/src/flash/lpc2000.c
@@ -548,7 +548,7 @@ static int lpc2000_write(struct flash_bank_s *bank, uint8_t *buffer, uint32_t of
uint32_t result_table[4];
int status_code;
int i;
- working_area_t *download_area;
+ struct working_area *download_area;
int retval = ERROR_OK;
if (bank->target->state != TARGET_HALTED)