mirror of
https://github.com/markqvist/MicroModemGP
synced 2026-08-12 17:40:37 -04:00
8 lines
No EOL
127 B
C
8 lines
No EOL
127 B
C
#ifndef PROTOCOL_HDLC_H
|
|
#define PROTOCOL_HDLC_H
|
|
|
|
#define HDLC_FLAG 0x7E
|
|
#define HDLC_RESET 0x7F
|
|
#define LLP_ESC 0x1B
|
|
|
|
#endif |