OpenModem/util/constants.h
2019-01-27 20:25:11 +01:00

9 lines
203 B
C
Executable File

#define PROTOCOL_KISS 0x01
#define PROTOCOL_RAW 0x02
#define m1284p 0x02
#define START_FROM_BOOTLOADER 0x01
#define START_FROM_POWERON 0x02
#define START_FROM_BROWNOUT 0x03
#define START_FROM_JTAG 0x04