summaryrefslogtreecommitdiff
path: root/src/flash/pic32mx.h
diff options
context:
space:
mode:
authorZachary T Welch <zw@superlucidity.net>2009-11-13 07:38:50 -0800
committerZachary T Welch <zw@superlucidity.net>2009-11-13 11:58:07 -0800
commiteba5608b5227696e00437543c0226ed04cae12d5 (patch)
treedde17fe573854cda3b218b0fa88826cf94ca34df /src/flash/pic32mx.h
parent5948e66ee8f2331606c2adce439c5d7ebc77d51f (diff)
downloadopenocd+libswd-eba5608b5227696e00437543c0226ed04cae12d5.tar.gz
openocd+libswd-eba5608b5227696e00437543c0226ed04cae12d5.tar.bz2
openocd+libswd-eba5608b5227696e00437543c0226ed04cae12d5.tar.xz
openocd+libswd-eba5608b5227696e00437543c0226ed04cae12d5.zip
pic32mx_flash_bank_t -> struct pic32mx_flash_bank
Remove misleading typedef and redundant suffix from struct pic32mx_flash_bank.
Diffstat (limited to 'src/flash/pic32mx.h')
-rw-r--r--src/flash/pic32mx.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/flash/pic32mx.h b/src/flash/pic32mx.h
index b1c4ef2f..4ece7d04 100644
--- a/src/flash/pic32mx.h
+++ b/src/flash/pic32mx.h
@@ -28,13 +28,13 @@
#include "flash.h"
-typedef struct pic32mx_flash_bank_s
+struct pic32mx_flash_bank
{
working_area_t *write_algorithm;
int devid;
int ppage_size;
int probed;
-} pic32mx_flash_bank_t;
+};
#define PIC32MX_MANUF_ID 0x029