summaryrefslogtreecommitdiff
path: root/src/flash/avrf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/flash/avrf.c')
-rw-r--r--src/flash/avrf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flash/avrf.c b/src/flash/avrf.c
index fec21cbd..8dd43398 100644
--- a/src/flash/avrf.c
+++ b/src/flash/avrf.c
@@ -461,7 +461,7 @@ static int avrf_register_commands(struct command_context_s *cmd_ctx)
return ERROR_OK;
}
-flash_driver_t avr_flash = {
+struct flash_driver avr_flash = {
.name = "avr",
.register_commands = &avrf_register_commands,
.flash_bank_command = &avrf_flash_bank_command,