Aesthetic changes in patty/kiss.h

This commit is contained in:
XANTRONIX Development 2020-05-27 18:14:01 -04:00 committed by XANTRONIX Industrial
parent 91b9883b53
commit 97106300c8

View file

@ -10,12 +10,12 @@
#define PATTY_KISS_BUFSZ 4096
#define PATTY_KISS_COMMAND_PORT(cmd) \
((cmd & 0xf0) >> 4)
#define PATTY_KISS_COMMAND(cmd) \
(cmd & 0x0f)
#define PATTY_KISS_COMMAND_PORT(cmd) \
((cmd & 0xf0) >> 4)
enum patty_kiss_command {
PATTY_KISS_DATA = 0x00,
PATTY_KISS_TXDELAY = 0x01,