mirror of
git://git.code.sf.net/p/openocd/code
synced 2025-07-19 08:38:14 +10:00
increase packet size to 16kBytes. Very slightly faster.
git-svn-id: svn://svn.berlios.de/openocd/trunk@645 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
parent
ac1bd155c2
commit
2b9dbccfcf
@ -24,7 +24,7 @@
|
||||
#include "server.h"
|
||||
#include "image.h"
|
||||
|
||||
#define GDB_BUFFER_SIZE 2048
|
||||
#define GDB_BUFFER_SIZE 16384
|
||||
|
||||
typedef struct gdb_connection_s
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user