]> git.sur5r.net Git - openocd/blobdiff - src/flash/str9xpec.c
command_context_t -> struct command_context
[openocd] / src / flash / str9xpec.c
index 6c42ce3e9a77988a5adc97b7822908fb79791231..03a8ea2e65e7548b8ff41fd17aa1339dede6288d 100644 (file)
@@ -1163,7 +1163,7 @@ COMMAND_HANDLER(str9xpec_handle_flash_disable_turbo_command)
        return ERROR_OK;
 }
 
-static int str9xpec_register_commands(struct command_context_s *cmd_ctx)
+static int str9xpec_register_commands(struct command_context *cmd_ctx)
 {
        command_t *str9xpec_cmd = register_command(cmd_ctx, NULL, "str9xpec",
                        NULL, COMMAND_ANY, "str9xpec flash specific commands");