1
0
mirror of https://github.com/UzixLS/picocom.git synced 2025-07-19 07:21:18 +03:00
This commit is contained in:
Nick Patavalis
2017-12-16 20:05:47 +02:00
parent 0eb644a9be
commit 9c21667903

View File

@ -12,8 +12,8 @@ LDLIBS ?=
all: picocom
OBJS =
## This is the maximum size (in bytes) the input (e.g. copy-paste)
## buffer is allowed to grow to. Zero means unlimitted
## This is the maximum size (in bytes) the output (e.g. copy-paste)
## queue is allowed to grow to. Zero means unlimitted.
TTY_Q_SZ = 0
CPPFLAGS += -DTTY_Q_SZ=$(TTY_Q_SZ)