diff --git a/bin/free_dap_rp2040.uf2 b/bin/free_dap_rp2040.uf2 index 0bdab33..019477d 100644 Binary files a/bin/free_dap_rp2040.uf2 and b/bin/free_dap_rp2040.uf2 differ diff --git a/dap.c b/dap.c index afb3fca..8bed3b7 100644 --- a/dap.c +++ b/dap.c @@ -830,7 +830,7 @@ static void dap_info(void) dap_resp_add_byte(*str++); dap_resp_add_byte(0); - dap_resp_set_byte(1, dap_resp_ptr-1); + dap_resp_set_byte(1, dap_resp_ptr-2); break; }