MicroModemGP/config.h
2015-05-21 10:24:17 +02:00

9 lines
No EOL
199 B
C

#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