Skip to content

Commit

Permalink
removed target specific message.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars Pötter committed May 3, 2024
1 parent f889f00 commit 40a9762
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/gdbserver/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,6 @@ bool common_cmd_target_info(uint32_t loop)
{
if(0 == loop)
{
debug_line("Target Status");
debug_line("=============");
debug_line("target: RP2040"); // TODO target cfg
// walk state
if(true == cur_walk.is_done)
{
Expand Down

0 comments on commit 40a9762

Please sign in to comment.