X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftarget%2Farm_adi_v5.c;h=958844bb00bda1efde006ed27fd4dcc98c05d760;hp=751020fbc8e72f28dfb468775e80dd1ecc32f047;hb=98723c4ecdbe06f90c66f3abec27b792c3b38e34;hpb=d16968e24f5d9e436ae4e136cd27652c4c948203 diff --git a/src/target/arm_adi_v5.c b/src/target/arm_adi_v5.c index 751020fbc8..958844bb00 100644 --- a/src/target/arm_adi_v5.c +++ b/src/target/arm_adi_v5.c @@ -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;