Use default buffer size of 4096 bytes
This commit is contained in:
parent
f1e7fc356f
commit
5daa57fa7d
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
#define PATTY_KISS_TFEND 0xdc
|
#define PATTY_KISS_TFEND 0xdc
|
||||||
#define PATTY_KISS_TFESC 0xdd
|
#define PATTY_KISS_TFESC 0xdd
|
||||||
|
|
||||||
#define PATTY_KISS_BUFSZ 2048
|
#define PATTY_KISS_BUFSZ 4096
|
||||||
|
|
||||||
#define PATTY_KISS_COMMAND_PORT(cmd) \
|
#define PATTY_KISS_COMMAND_PORT(cmd) \
|
||||||
((cmd & 0xf0) >> 4)
|
((cmd & 0xf0) >> 4)
|
||||||
|
|
Loading…
Add table
Reference in a new issue