MicroModemGP/config.h

9 lines
199 B
C
Raw Permalink Normal View History

2015-04-26 21:23:13 +02:00
#ifndef CONFIG_H
#define CONFIG_H
// Choose whether to use KISS or direct
// framing for serial data
2018-04-17 10:50:53 +02:00
#define SERIAL_FRAMING SERIAL_FRAMING_KISS
//#define SERIAL_FRAMING SERIAL_FRAMING_DIRECT
2015-04-26 21:23:13 +02:00
#endif