MicroModemGP/config.h
2018-04-17 10:50:53 +02:00

9 lines
No EOL
199 B
C
Executable file

#ifndef CONFIG_H
#define CONFIG_H
// Choose whether to use KISS or direct
// framing for serial data
#define SERIAL_FRAMING SERIAL_FRAMING_KISS
//#define SERIAL_FRAMING SERIAL_FRAMING_DIRECT
#endif