Use default buffer size of 4096 bytes

This commit is contained in:
XANTRONIX Development 2020-05-26 23:51:49 -04:00 committed by XANTRONIX Industrial
parent f1e7fc356f
commit 5daa57fa7d

View file

@ -8,7 +8,7 @@
#define PATTY_KISS_TFEND 0xdc
#define PATTY_KISS_TFESC 0xdd
#define PATTY_KISS_BUFSZ 2048
#define PATTY_KISS_BUFSZ 4096
#define PATTY_KISS_COMMAND_PORT(cmd) \
((cmd & 0xf0) >> 4)