MicroModemGP/protocol/HDLC.h

8 lines
127 B
C
Raw Permalink Normal View History

2015-04-26 21:23:13 +02:00
#ifndef PROTOCOL_HDLC_H
#define PROTOCOL_HDLC_H
#define HDLC_FLAG 0x7E
#define HDLC_RESET 0x7F
2015-04-26 22:51:15 +02:00
#define LLP_ESC 0x1B
2015-04-26 21:23:13 +02:00
#endif