mirror of
https://github.com/markqvist/OpenModem.git
synced 2025-07-23 07:20:39 -04:00
Initial commit
This commit is contained in:
commit
05d62b594e
18 changed files with 1551 additions and 0 deletions
8
protocol/HDLC.h
Normal file
8
protocol/HDLC.h
Normal file
|
@ -0,0 +1,8 @@
|
|||
#ifndef PROTOCOL_HDLC_H
|
||||
#define PROTOCOL_HDLC_H
|
||||
|
||||
#define HDLC_FLAG 0x7E
|
||||
#define HDLC_RESET 0x7F
|
||||
#define AX25_ESC 0x1B
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue