summaryrefslogtreecommitdiff
path: root/src/flash
diff options
context:
space:
mode:
authorZachary T Welch <zw@superlucidity.net>2009-11-13 07:41:51 -0800
committerZachary T Welch <zw@superlucidity.net>2009-11-13 11:58:08 -0800
commit3c9afaa6454879a48d684338041250f2a1165c93 (patch)
treec033f5139b60c4981272fc6cd135128bb6ef3790 /src/flash
parent54be77bc79ce05cd1ce4320958d8ce9d131aea09 (diff)
downloadopenocd+libswd-3c9afaa6454879a48d684338041250f2a1165c93.tar.gz
openocd+libswd-3c9afaa6454879a48d684338041250f2a1165c93.tar.bz2
openocd+libswd-3c9afaa6454879a48d684338041250f2a1165c93.tar.xz
openocd+libswd-3c9afaa6454879a48d684338041250f2a1165c93.zip
pic32mx_mem_layout_t -> struct pic32mx_mem_layout
Remove misleading typedef and redundant suffix from struct pic32mx_mem_layout.
Diffstat (limited to 'src/flash')
-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 4ece7d04..3a3c9794 100644
--- a/src/flash/pic32mx.h
+++ b/src/flash/pic32mx.h
@@ -104,10 +104,10 @@ struct pic32mx_flash_bank
#define NVMKEY1 0xAA996655
#define NVMKEY2 0x556699AA
-typedef struct pic32mx_mem_layout_s {
+struct pic32mx_mem_layout {
uint32_t sector_start;
uint32_t sector_size;
-} pic32mx_mem_layout_t;
+};
#endif /* PIC32MX_H */