aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/max32xxx.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/flash/nor/max32xxx.c')
-rw-r--r--src/flash/nor/max32xxx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flash/nor/max32xxx.c b/src/flash/nor/max32xxx.c
index ca037de4..12e3db94 100644
--- a/src/flash/nor/max32xxx.c
+++ b/src/flash/nor/max32xxx.c
@@ -981,7 +981,7 @@ static const struct command_registration max32xxx_command_handlers[] = {
COMMAND_REGISTRATION_DONE
};
-struct flash_driver max32xxx_flash = {
+const struct flash_driver max32xxx_flash = {
.name = "max32xxx",
.commands = max32xxx_command_handlers,
.flash_bank_command = max32xxx_flash_bank_command,