diff options
Diffstat (limited to 'src/flash/faux.c')
-rw-r--r-- | src/flash/faux.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flash/faux.c b/src/flash/faux.c index 55e9892..b048fcb 100644 --- a/src/flash/faux.c +++ b/src/flash/faux.c @@ -87,7 +87,7 @@ FLASH_BANK_COMMAND_HANDLER(faux_flash_bank_command) return ERROR_OK; } -static int faux_register_commands(struct command_context_s *cmd_ctx) +static int faux_register_commands(struct command_context *cmd_ctx) { return ERROR_OK; } |