Skip to content

Commit

Permalink
gdbstub:update gdb_process api
Browse files Browse the repository at this point in the history
Signed-off-by: anjiahao <[email protected]>
  • Loading branch information
anjiahao1 authored and xiaoxiang781216 committed Dec 11, 2023
1 parent d6a5307 commit ffbf920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/gdbstub/gdbstub.c
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ int main(int argc, FAR char *argv[])

do
{
ret = gdb_process(state);
ret = gdb_process(state, 0, NULL);
if (ret == -ECONNRESET)
{
#ifdef CONFIG_NET
Expand Down

0 comments on commit ffbf920

Please sign in to comment.