X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=examples%2Ftriface%2Fcfg%2Fcfg_ser.h;h=d65e64aa871cd9c4f5c7ef93db3af8ac7267dc8b;hb=eb31ed26eaba1a9a59d212ecd9f5ba9e967c610e;hp=c474c890e730d7bbc32d8ec61414ccb06eaba4c9;hpb=24c21c92d29b76a3f0de0a107f4bafef7bb0f812;p=bertos.git diff --git a/examples/triface/cfg/cfg_ser.h b/examples/triface/cfg/cfg_ser.h index c474c890..d65e64aa 100644 --- a/examples/triface/cfg/cfg_ser.h +++ b/examples/triface/cfg/cfg_ser.h @@ -46,8 +46,10 @@ /// 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 @@ -106,16 +108,6 @@ /// 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