X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Fflash%2Fstellaris.c;h=9bd329d17316d0f4e9329387fdf70ef5f20e1969;hb=eba5608b5227696e00437543c0226ed04cae12d5;hp=dc35c59eeeef4d1810dce6fa70877ab42588d1f0;hpb=fb59ec739a3ae79937020dc2fe5413be0e73e8d3;p=openocd.git diff --git a/src/flash/stellaris.c b/src/flash/stellaris.c index dc35c59eee..9bd329d173 100644 --- a/src/flash/stellaris.c +++ b/src/flash/stellaris.c @@ -1172,7 +1172,7 @@ static int stellaris_register_commands(struct command_context_s *cmd_ctx) } -flash_driver_t stellaris_flash = { +struct flash_driver stellaris_flash = { .name = "stellaris", .register_commands = &stellaris_register_commands, .flash_bank_command = &stellaris_flash_bank_command,