flash_driver_t -> struct flash_driver
[fw/openocd] / src / flash / pic32mx.c
index 438630a179b9f835b283341e63566f4a74f5e596..18dfa979386cb0d277dcfc722f2b7c30f4d5d4ac 100644 (file)
@@ -904,7 +904,7 @@ static int pic32mx_register_commands(struct command_context_s *cmd_ctx)
        return ERROR_OK;
 }
 
-flash_driver_t pic32mx_flash = {
+struct flash_driver pic32mx_flash = {
                .name = "pic32mx",
                .register_commands = &pic32mx_register_commands,
                .flash_bank_command = &pic32mx_flash_bank_command,