flash_driver_t -> struct flash_driver
Remove misleading typedef and redundant suffix from struct flash_driver.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user