OpenModem/protocol/HDLC.h

8 lines
128 B
C
Raw Normal View History

2014-12-02 19:10:06 -05:00
#ifndef PROTOCOL_HDLC_H
#define PROTOCOL_HDLC_H
#define HDLC_FLAG 0x7E
#define HDLC_RESET 0x7F
#define AX25_ESC 0x1B
#endif