1
0
Fork 0

Make Up buffer bigger

Allows us to send more data
This commit is contained in:
Arti Zirk 2021-07-08 01:01:08 +03:00
parent ebff80e119
commit d23915d79a
1 changed files with 1 additions and 1 deletions

View File

@ -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