Fix macro for detecting UI frames
This commit is contained in:
parent
663965db71
commit
c297aa7d03
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@
|
||||||
(((c & 0xe0) == 0x40) && ((c & 0x0f) == 0x07))
|
(((c & 0xe0) == 0x40) && ((c & 0x0f) == 0x07))
|
||||||
|
|
||||||
#define PATTY_AX25_CONTROL_UNNUMBERED_INFO(c) \
|
#define PATTY_AX25_CONTROL_UNNUMBERED_INFO(c) \
|
||||||
(((c & 0xe0) == 0x00) && ((c & 0x0f) == 0x02))
|
(((c & 0xe0) == 0x00) && (c & 0x03))
|
||||||
|
|
||||||
#define PATTY_AX25_CONTROL_SEQ_SEND(c) \
|
#define PATTY_AX25_CONTROL_SEQ_SEND(c) \
|
||||||
((c & 0x0e) >> 1)
|
((c & 0x0e) >> 1)
|
||||||
|
|
Loading…
Add table
Reference in a new issue