aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/cc26xx.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/flash/nor/cc26xx.c')
-rw-r--r--src/flash/nor/cc26xx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flash/nor/cc26xx.c b/src/flash/nor/cc26xx.c
index 0320e92c..176211a0 100644
--- a/src/flash/nor/cc26xx.c
+++ b/src/flash/nor/cc26xx.c
@@ -535,7 +535,7 @@ static int cc26xx_info(struct flash_bank *bank, char *buf, int buf_size)
return ERROR_OK;
}
-struct flash_driver cc26xx_flash = {
+const struct flash_driver cc26xx_flash = {
.name = "cc26xx",
.flash_bank_command = cc26xx_flash_bank_command,
.erase = cc26xx_erase,