mirror of
https://github.com/markqvist/OpenModem.git
synced 2024-10-01 03:15:46 -04:00
8 lines
128 B
C
Executable File
8 lines
128 B
C
Executable File
#ifndef PROTOCOL_HDLC_H
|
|
#define PROTOCOL_HDLC_H
|
|
|
|
#define HDLC_FLAG 0x7E
|
|
#define HDLC_RESET 0x7F
|
|
#define AX25_ESC 0x1B
|
|
|
|
#endif |