X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=examples%2Fat91sam7s%2Fcfg%2Fcfg_ser.h;h=27b14c3efa23adeb2aa5ae0256082fd36e18a60d;hb=c9d1a7e9cc28f4d94fff284a4ca09a23f8eea855;hp=c88fefe7fab476717400a571e8e995f08c385462;hpb=44788dc1e8a6714609acbec5314fa1a5e6c9a91b;p=bertos.git diff --git a/examples/at91sam7s/cfg/cfg_ser.h b/examples/at91sam7s/cfg/cfg_ser.h index c88fefe7..27b14c3e 100644 --- a/examples/at91sam7s/cfg/cfg_ser.h +++ b/examples/at91sam7s/cfg/cfg_ser.h @@ -45,14 +45,6 @@ * spi port. * Edit these define for your project. */ -/// Serial settings -#define CONFIG_SER_PORT 0 -#define CONFIG_SER_BAUDRATE 115200 - -/// Spi settings -#define CONFIG_SPI_PORT 0 -#define CONFIG_SPI_BAUDRATE 5000000UL - /// [bytes] Size of the outbound FIFO buffer for port 0. #define CONFIG_UART0_TXBUFSIZE 32 @@ -109,12 +101,6 @@ /// Default baud rate (set to 0 to disable). #define CONFIG_SER_DEFBAUDRATE 0 -/// Enable ser_gets() and ser_gets_echo(). -#define CONFIG_SER_GETS 0 - -/// Enable second serial port in emulator. -#define CONFIG_EMUL_UART1 0 - /// For serial debug. #define CONFIG_SER_STROBE 0