Rename myself
[bertos.git] / app / battfs / appconfig.h
index 4361d0f07716a3df1413e7472227aed1a0e56849..5f316bc2772844eee4b9386513d0da148a532c0d 100644 (file)
@@ -65,7 +65,7 @@
  * on constant values and performing dead-code elimination.
  *
  * \version $Id$
- * \author Bernardo Innocenti <bernie@develer.com>
+ * \author Bernie Innocenti <bernie@codewiz.org>
  * \author Stefano Fedrigo <aleph@develer.com>
  */
 
        /** 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
 
 /// Turn on or off timer support in Randpool.
 #define CONFIG_RANDPOOL_TIMER 1
 
+/** Enable kfile_gets() and kfile_gets_echo() */
+#define CONFIG_KFILE_GETS      1
+
+#define CONFIG_TEST 0
+
+
 #endif /* APPCONFIG_H */