flash_driver_t -> struct flash_driver
Remove misleading typedef and redundant suffix from struct flash_driver.
This commit is contained in:
@@ -128,7 +128,7 @@ static int faux_probe(struct flash_bank_s *bank)
|
||||
return ERROR_OK;
|
||||
}
|
||||
|
||||
flash_driver_t faux_flash = {
|
||||
struct flash_driver faux_flash = {
|
||||
.name = "faux",
|
||||
.register_commands = &faux_register_commands,
|
||||
.flash_bank_command = &faux_flash_bank_command,
|
||||
|
||||
Reference in New Issue
Block a user