Make Up buffer bigger
Allows us to send more data
This commit is contained in:
parent
ebff80e119
commit
d23915d79a
@ -87,7 +87,7 @@ Revision: $Rev: 21386 $
|
||||
#endif
|
||||
|
||||
#ifndef BUFFER_SIZE_UP
|
||||
#define BUFFER_SIZE_UP (128) // Size of the buffer for terminal output of target, up to host (Default: 1k)
|
||||
#define BUFFER_SIZE_UP (256) // Size of the buffer for terminal output of target, up to host (Default: 1k)
|
||||
#endif
|
||||
|
||||
#ifndef BUFFER_SIZE_DOWN
|
||||
|
Loading…
Reference in New Issue
Block a user