summaryrefslogtreecommitdiff
path: root/src/flash/str9x.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/flash/str9x.h')
-rw-r--r--src/flash/str9x.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/flash/str9x.h b/src/flash/str9x.h
index 83448854..69385148 100644
--- a/src/flash/str9x.h
+++ b/src/flash/str9x.h
@@ -25,13 +25,13 @@
#include "flash.h"
-typedef struct str9x_flash_bank_s
+struct str9x_flash_bank
{
uint32_t *sector_bits;
int variant;
int bank1;
working_area_t *write_algorithm;
-} str9x_flash_bank_t;
+};
enum str9x_status_codes
{