aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/msp432.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/flash/nor/msp432.c')
-rw-r--r--src/flash/nor/msp432.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flash/nor/msp432.c b/src/flash/nor/msp432.c
index e2e65d4f..e9e4be33 100644
--- a/src/flash/nor/msp432.c
+++ b/src/flash/nor/msp432.c
@@ -1075,7 +1075,7 @@ static const struct command_registration msp432_command_handlers[] = {
COMMAND_REGISTRATION_DONE
};
-struct flash_driver msp432_flash = {
+const struct flash_driver msp432_flash = {
.name = "msp432",
.commands = msp432_command_handlers,
.flash_bank_command = msp432_flash_bank_command,