command_t -> struct command
[fw/openocd] / src / target / armv7m.c
index a7405840d30339d5f64aa3bedb87f45397655a70..f33964521c0f358f14975c40d44e21e903a47780 100644 (file)
@@ -834,7 +834,7 @@ COMMAND_HANDLER(handle_dap_info_command)
 /** Registers commands used to access DAP resources. */
 int armv7m_register_commands(struct command_context *cmd_ctx)
 {
-       command_t *arm_adi_v5_dap_cmd;
+       struct command *arm_adi_v5_dap_cmd;
 
        arm_adi_v5_dap_cmd = register_command(cmd_ctx, NULL, "dap",
                        NULL, COMMAND_ANY,