mirror of
https://github.com/markqvist/OpenModem.git
synced 2025-06-20 04:14:22 -04:00
9 lines
No EOL
203 B
C
Executable file
9 lines
No EOL
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 |