flash_driver_t -> struct flash_driver
Remove misleading typedef and redundant suffix from struct flash_driver.
This commit is contained in:
@@ -1191,7 +1191,7 @@ static int at91sam7_register_commands(struct command_context_s *cmd_ctx)
|
||||
return ERROR_OK;
|
||||
}
|
||||
|
||||
flash_driver_t at91sam7_flash = {
|
||||
struct flash_driver at91sam7_flash = {
|
||||
.name = "at91sam7",
|
||||
.register_commands = &at91sam7_register_commands,
|
||||
.flash_bank_command = &at91sam7_flash_bank_command,
|
||||
|
||||
Reference in New Issue
Block a user