1
0
mirror of https://github.com/UzixLS/picocom.git synced 2025-07-19 07:21:18 +03:00

Increased TTY_Q_SY to 32KB

This commit is contained in:
Nick Patavalis
2015-08-25 15:08:08 +03:00
parent d21c94eb75
commit 4f409a28e8

View File

@ -10,7 +10,7 @@ LDFLAGS = -g
LDLIBS =
## Increase this to use larger input (e.g. copy-paste) buffer
TTY_Q_SZ = 1024
TTY_Q_SZ = 32768
CPPFLAGS += -DTTY_Q_SZ=$(TTY_Q_SZ)
## Comment this out to disable high-baudrate support