X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fflash%2Fnor%2Faduc702x.c;fp=src%2Fflash%2Fnor%2Faduc702x.c;h=b6e19376c3703600a5fd74a2018c6cfb2ce153a9;hp=824112b1bc44a57090f73923996a095918f224d6;hb=a7479fa89def9d8b1854d629dfdaa0ba17132617;hpb=84a2cab596a0621fab3424c72b43280ccdc240c2 diff --git a/src/flash/nor/aduc702x.c b/src/flash/nor/aduc702x.c index 824112b1bc..b6e19376c3 100644 --- a/src/flash/nor/aduc702x.c +++ b/src/flash/nor/aduc702x.c @@ -378,7 +378,7 @@ static int aduc702x_check_flash_completion(struct target *target, unsigned int t return ERROR_OK; } -struct flash_driver aduc702x_flash = { +const struct flash_driver aduc702x_flash = { .name = "aduc702x", .flash_bank_command = aduc702x_flash_bank_command, .erase = aduc702x_erase,