mirror of
https://github.com/markqvist/OpenModem
synced 2026-08-12 17:40:16 -04:00
10 lines
No EOL
132 B
C
10 lines
No EOL
132 B
C
#ifndef PROTOCOL_KISS
|
|
#define PROTOCOL_KISS 0x02
|
|
|
|
#define FEND 0xC0
|
|
#define FESC 0xDB
|
|
#define TFEND 0xDC
|
|
#define TFESC 0xDD
|
|
|
|
|
|
#endif |