Skip to content

Commit

Permalink
gdb_main: added comment about GDB_PACKET_BUFFER_SIZE ifndef
Browse files Browse the repository at this point in the history
  • Loading branch information
Misaka0x2730 committed Aug 27, 2024
1 parent b197b91 commit 488bd37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/include/gdb_main.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

#include "target.h"

/* Allow override in other platforms if needed */
#ifndef GDB_PACKET_BUFFER_SIZE
#define GDB_PACKET_BUFFER_SIZE 1024U
#endif
Expand Down

0 comments on commit 488bd37

Please sign in to comment.