OpenModem/util/constants.h

9 lines
203 B
C
Raw Normal View History

2014-12-18 17:45:36 -05:00
#define PROTOCOL_KISS 0x01
#define PROTOCOL_RAW 0x02
2014-12-18 17:45:36 -05:00
#define m1284p 0x02
2019-01-27 14:25:11 -05:00
#define START_FROM_BOOTLOADER 0x01
#define START_FROM_POWERON 0x02
#define START_FROM_BROWNOUT 0x03
#define START_FROM_JTAG 0x04