Fix more serial driver configurations.
[bertos.git] / examples / randpool / appconfig.h
index 75a16bb122e292daac3cfe31412b99ca140d9f12..dab944d154b4ba2ebc201643e4c31d5db0ae8e0f 100644 (file)
        /** 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
-
-       /**
-        * 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
 /*\}*/