]> git.sur5r.net Git - openocd/blobdiff - src/target/arm_adi_v5.c
command_context_t -> struct command_context
[openocd] / src / target / arm_adi_v5.c
index 751020fbc8e72f28dfb468775e80dd1ecc32f047..958844bb00bda1efde006ed27fd4dcc98c05d760 100644 (file)
@@ -1022,7 +1022,7 @@ is_dap_cid_ok(uint32_t cid3, uint32_t cid2, uint32_t cid1, uint32_t cid0)
                        && ((cid1 & 0x0f) == 0) && cid0 == 0x0d;
 }
 
-int dap_info_command(struct command_context_s *cmd_ctx, struct swjdp_common *swjdp, int apsel)
+int dap_info_command(struct command_context *cmd_ctx, struct swjdp_common *swjdp, int apsel)
 {
 
        uint32_t dbgbase,apid;