Add autoenabled configuration parameters
[bertos.git] / examples / triface / cfg / cfg_ser.h
index c474c890e730d7bbc32d8ec61414ccb06eaba4c9..cd8987c2bd6db87a98e676cdd827bb9b1694538e 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
 
 /// 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