MicroAPRS/Modem/protocol/KISS.h

10 lines
132 B
C
Raw Normal View History

#ifndef PROTOCOL_KISS
#define PROTOCOL_KISS 0x02
2014-06-20 01:23:50 -06:00
#define FEND 0xC0
#define FESC 0xDB
#define TFEND 0xDC
#define TFESC 0xDD
#endif