Fix small header issue
This commit is contained in:
parent
708d347e14
commit
199d641d6f
1 changed files with 2 additions and 2 deletions
|
@ -93,6 +93,8 @@ typedef struct _patty_ax25_frame_xid_param {
|
|||
uint8_t id, len;
|
||||
} patty_ax25_frame_xid_param;
|
||||
|
||||
#pragma pack(pop)
|
||||
|
||||
enum patty_ax25_frame_xid_param_type {
|
||||
PATTY_AX25_FRAME_XID_PARAM_CLASS = 2,
|
||||
PATTY_AX25_FRAME_XID_PARAM_HDLC = 3,
|
||||
|
@ -103,8 +105,6 @@ enum patty_ax25_frame_xid_param_type {
|
|||
PATTY_AX25_FRAME_XID_PARAM_ACK = 9
|
||||
};
|
||||
|
||||
#pragma pack(pop)
|
||||
|
||||
typedef int (*patty_ax25_frame_xid_callback)(enum patty_ax25_frame_xid_param_type type,
|
||||
size_t len,
|
||||
uint8_t *data,
|
||||
|
|
Loading…
Add table
Reference in a new issue