Macro ALIAS MEOW
This commit is contained in:
parent
cc045cc440
commit
afed1555f0
1 changed files with 3 additions and 0 deletions
|
@ -71,6 +71,9 @@ typedef struct _patty_ax25_address {
|
|||
#define PATTY_AX25_CONTROL_POLL(c) \
|
||||
((c & 0x10) >> 4)
|
||||
|
||||
#define PATTY_AX25_CONTROL_FINAL(c) \
|
||||
PATTY_AX25_CONTROL_POLL(c)
|
||||
|
||||
typedef struct _patty_ax25_control_info {
|
||||
unsigned int control :1;
|
||||
unsigned int seq_send :3;
|
||||
|
|
Loading…
Add table
Reference in a new issue