X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=app%2Fbattfs%2Fappconfig.h;h=74686264b1feead2abc55930fb88768ac2c1586f;hb=436b7ee6227b4836a571a642fd26c5c7d6db26ad;hp=4361d0f07716a3df1413e7472227aed1a0e56849;hpb=49d4f9b278ec7da35bbf2dcd3f5013940d1a74e3;p=bertos.git diff --git a/app/battfs/appconfig.h b/app/battfs/appconfig.h index 4361d0f0..74686264 100644 --- a/app/battfs/appconfig.h +++ b/app/battfs/appconfig.h @@ -65,7 +65,7 @@ * on constant values and performing dead-code elimination. * * \version $Id$ - * \author Bernardo Innocenti + * \author Bernie Innocenti * \author Stefano Fedrigo */ @@ -95,7 +95,7 @@ * * \sa config_kern.h */ -#define CONFIG_KERNEL 0 +#define CONFIG_KERN 0 /** * \name Serial driver parameters @@ -143,9 +143,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 @@ -224,4 +221,10 @@ /// 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 */