Macro ALIAS MEOW

This commit is contained in:
XANTRONIX Development 2015-07-02 23:58:15 -05:00
parent cc045cc440
commit afed1555f0

View file

@ -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;