Add some code that does nothing

This commit is contained in:
2021-09-06 10:18:20 +03:00
parent ad7126362e
commit 5f0cf28755
8 changed files with 465 additions and 10 deletions

View File

@@ -87,7 +87,7 @@ Revision: $Rev: 21386 $
#endif
#ifndef BUFFER_SIZE_UP
#define BUFFER_SIZE_UP (256) // Size of the buffer for terminal output of target, up to host (Default: 1k)
#define BUFFER_SIZE_UP (1024) // Size of the buffer for terminal output of target, up to host (Default: 1k)
#endif
#ifndef BUFFER_SIZE_DOWN