diff options
Diffstat (limited to 'src/flash/nor/nuc1x.c')
-rw-r--r-- | src/flash/nor/nuc1x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flash/nor/nuc1x.c b/src/flash/nor/nuc1x.c index da88134..6ca858e 100644 --- a/src/flash/nor/nuc1x.c +++ b/src/flash/nor/nuc1x.c @@ -76,7 +76,7 @@ #define LOCK 0x00 /* part structs */ -static struct { +static const struct { const char *partname; uint32_t partno; uint16_t num_page; |