summaryrefslogtreecommitdiff
path: root/src/flash/stm32x.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/flash/stm32x.h')
-rw-r--r--src/flash/stm32x.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flash/stm32x.h b/src/flash/stm32x.h
index 9e1e5b1c..6cd047e1 100644
--- a/src/flash/stm32x.h
+++ b/src/flash/stm32x.h
@@ -35,7 +35,7 @@ struct stm32x_options
struct stm32x_flash_bank
{
struct stm32x_options option_bytes;
- working_area_t *write_algorithm;
+ struct working_area *write_algorithm;
int ppage_size;
int probed;
};