summaryrefslogtreecommitdiff
path: root/src/flash/pic32mx.h
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/pic32mx.h
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/pic32mx.h')
-rw-r--r--src/flash/pic32mx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flash/pic32mx.h b/src/flash/pic32mx.h
index 3a3c9794..92f40c2e 100644
--- a/src/flash/pic32mx.h
+++ b/src/flash/pic32mx.h
@@ -30,7 +30,7 @@
struct pic32mx_flash_bank
{
- working_area_t *write_algorithm;
+ struct working_area *write_algorithm;
int devid;
int ppage_size;
int probed;