summaryrefslogtreecommitdiff
path: root/src/flash/pic32mx.h
diff options
context:
space:
mode:
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;