Add reopen test.
[bertos.git] / app / at91sam7s / appconfig.h
index 179f5ace5cff8ea9ce8ad16fbba817c6ae2a489d..501b07764dc7b2f0b938fd8790cf6c0cb1da1433 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
 
 /// Enable smooth scrolling in menus
 #define CONFIG_MENU_SMOOTH  1
 
+/** Enable kfile_gets() and kfile_gets_echo() */
+#define CONFIG_KFILE_GETS 0
+
+/// Disable tests.
+#define CONFIG_TEST 0
+
+
 #endif /* APPCONFIG_COMMON_H */