summaryrefslogtreecommitdiff
path: root/src/flash/str7x.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/flash/str7x.c')
-rw-r--r--src/flash/str7x.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/flash/str7x.c b/src/flash/str7x.c
index 5e1c9cb1..84a246a4 100644
--- a/src/flash/str7x.c
+++ b/src/flash/str7x.c
@@ -29,7 +29,7 @@
#include "binarybuffer.h"
-str7x_mem_layout_t mem_layout_str7bank0[] = {
+struct str7x_mem_layout mem_layout_str7bank0[] = {
{0x00000000, 0x02000, 0x01},
{0x00002000, 0x02000, 0x02},
{0x00004000, 0x02000, 0x04},
@@ -40,7 +40,7 @@ str7x_mem_layout_t mem_layout_str7bank0[] = {
{0x00030000, 0x10000, 0x80}
};
-str7x_mem_layout_t mem_layout_str7bank1[] = {
+struct str7x_mem_layout mem_layout_str7bank1[] = {
{0x00000000, 0x02000, 0x10000},
{0x00002000, 0x02000, 0x20000}
};