Aesthetic changes in patty/kiss.h
This commit is contained in:
parent
91b9883b53
commit
97106300c8
1 changed files with 3 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue