mdebug

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 7d3808108efefdbf258c89673bb1147111f3796d
parent feb1a1409a71e8c8051297927f6aab82877e464e
Author: Brian Swetland <swetland@frotz.net>
Date:   Wed,  3 Feb 2021 13:28:12 -0800

debugger: fix a typo

Diffstat:
Mtools/rswdp.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/rswdp.c b/tools/rswdp.c @@ -848,7 +848,7 @@ static int _swdp_reset(void) { if (q_exec(&t)) { xprintf(XSWD, "attach: IDCODE: ????????\n"); } else { - xprintf(XSWD, "attach: IDCODE: %08x\n"); + xprintf(XSWD, "attach: IDCODE: %08x\n", idcode); } swd_error = 0;