Declare default classes of procedures in ax25.h
This commit is contained in:
parent
ab27aebb55
commit
cd41101425
1 changed files with 3 additions and 0 deletions
|
@ -65,6 +65,9 @@ enum patty_ax25_param_classes {
|
|||
PATTY_AX25_PARAM_CLASSES_FULL_DUPLEX = (1 << 6)
|
||||
};
|
||||
|
||||
#define PATTY_AX25_PARAM_DEFAULT_CLASSES \
|
||||
(PATTY_AX25_PARAM_CLASSES_ABM)
|
||||
|
||||
enum patty_ax25_param_hdlc {
|
||||
PATTY_AX25_PARAM_HDLC_REJ = (1 << 1),
|
||||
PATTY_AX25_PARAM_HDLC_SREJ = (1 << 2),
|
||||
|
|
Loading…
Add table
Reference in a new issue