mirror of
https://github.com/markqvist/OpenModem.git
synced 2024-12-31 18:26:36 -05:00
9 lines
203 B
C
Executable File
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 |