Fix more serial driver configurations.
[bertos.git] / examples / triface / cfg / cfg_ser.h
index c474c890e730d7bbc32d8ec61414ccb06eaba4c9..d65e64aa871cd9c4f5c7ef93db3af8ac7267dc8b 100644 (file)
 
 /// Baud-rate for the kdebug console
 #define CONFIG_TRIFACE_BAUDRATE  115200
+
 /// Triface serial tag port
 #define TAG_SER_PORT 0
+
 ///Baud-rate for triface serial tag port
 #define TAG_SER_BAUDRATE 9600
 
 /// Default baud rate (set to 0 to disable).
 #define CONFIG_SER_DEFBAUDRATE   0
 
-/// Enable second serial port in emulator.
-#define CONFIG_EMUL_UART1        0
-
-/**
- * Transmit always something on serial port 0 TX
- * to avoid interference when sending burst of data,
- * using AVR multiprocessor serial mode
- */
-#define CONFIG_SER_TXFILL        0
-
 /// For serial debug.
 #define CONFIG_SER_STROBE        0