MicroAPRS/protocol/HDLC.h

14 lines
271 B
C
Raw Permalink Normal View History

2019-03-22 08:52:22 +01:00
// Copyright Mark Qvist / unsigned.io
// https://unsigned.io/microaprs
//
// Licensed under GPL-3.0. For full info,
// read the LICENSE file.
2014-12-03 01:10:06 +01:00
#ifndef PROTOCOL_HDLC_H
#define PROTOCOL_HDLC_H
#define HDLC_FLAG 0x7E
#define HDLC_RESET 0x7F
#define AX25_ESC 0x1B
#endif