From c55c62878c76b30ab40d2c32f432d1579a9f7231 Mon Sep 17 00:00:00 2001 From: asterix Date: Fri, 6 Feb 2009 11:56:10 +0000 Subject: [PATCH] Remove unneeded config. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2293 38d2e660-2303-0410-9eaa-f027e97ec537 --- examples/randpool/appconfig.h | 7 ------- examples/triface/boot/cfg/cfg_ser.h | 7 ------- examples/triface/cfg/cfg_ser.h | 7 ------- 3 files changed, 21 deletions(-) diff --git a/examples/randpool/appconfig.h b/examples/randpool/appconfig.h index 75a16bb1..fa502407 100644 --- a/examples/randpool/appconfig.h +++ b/examples/randpool/appconfig.h @@ -205,13 +205,6 @@ /** 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 - #define CONFIG_SER_STROBE 0 /*\}*/ diff --git a/examples/triface/boot/cfg/cfg_ser.h b/examples/triface/boot/cfg/cfg_ser.h index e651d307..8951ad14 100644 --- a/examples/triface/boot/cfg/cfg_ser.h +++ b/examples/triface/boot/cfg/cfg_ser.h @@ -105,13 +105,6 @@ /// 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 diff --git a/examples/triface/cfg/cfg_ser.h b/examples/triface/cfg/cfg_ser.h index 3fd2cda0..cd8987c2 100644 --- a/examples/triface/cfg/cfg_ser.h +++ b/examples/triface/cfg/cfg_ser.h @@ -111,13 +111,6 @@ /// 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 -- 2.25.1