Skip to content

Commit cffb946

Browse files
committed
try fix
1 parent de93cb3 commit cffb946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/flash/nor/at32qspi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1173,7 +1173,7 @@ static const struct command_registration at32qspi_command_handlers[] = {
11731173
COMMAND_REGISTRATION_DONE
11741174
};
11751175

1176-
struct flash_driver at32qspi_flash = {
1176+
const struct flash_driver at32qspi_flash = {
11771177
.name = "at32qspi",
11781178
.commands = at32qspi_command_handlers,
11791179
.flash_bank_command = at32qspi_flash_bank_command,

0 commit comments

Comments
 (0)