We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de93cb3 commit cffb946Copy full SHA for cffb946
src/flash/nor/at32qspi.c
@@ -1173,7 +1173,7 @@ static const struct command_registration at32qspi_command_handlers[] = {
1173
COMMAND_REGISTRATION_DONE
1174
};
1175
1176
-struct flash_driver at32qspi_flash = {
+const struct flash_driver at32qspi_flash = {
1177
.name = "at32qspi",
1178
.commands = at32qspi_command_handlers,
1179
.flash_bank_command = at32qspi_flash_bank_command,
0 commit comments