X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fflash%2Faduc702x.c;h=c17335e15a9dac5adc0d9d8699c26c18f3ded2c1;hp=61ea36a94003585b447d88403d8ad28e5ee8b6bb;hb=632fd663a821047df9a9b965ec1c35d6b034ebba;hpb=fb59ec739a3ae79937020dc2fe5413be0e73e8d3 diff --git a/src/flash/aduc702x.c b/src/flash/aduc702x.c index 61ea36a940..c17335e15a 100644 --- a/src/flash/aduc702x.c +++ b/src/flash/aduc702x.c @@ -422,7 +422,7 @@ static int aduc702x_check_flash_completion(target_t* target, unsigned int timeou else return ERROR_OK; } -flash_driver_t aduc702x_flash = { +struct flash_driver aduc702x_flash = { .name = "aduc702x", .flash_bank_command = &aduc702x_flash_bank_command, .erase = &aduc702x_erase,