From eb1adb0b16a44c48a88216beb93663236c9f7f20 Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 16 Jun 2011 17:52:25 +0000 Subject: Reduce memory usage in same AVR configurations git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3714 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/tools/mkconfig.c | 1 - 1 file changed, 1 deletion(-) (limited to 'nuttx/tools') diff --git a/nuttx/tools/mkconfig.c b/nuttx/tools/mkconfig.c index 13598938c..1f8d0e272 100644 --- a/nuttx/tools/mkconfig.c +++ b/nuttx/tools/mkconfig.c @@ -189,7 +189,6 @@ int main(int argc, char **argv, char **envp) printf(" */\n\n"); printf("#if CONFIG_STDIO_BUFFER_SIZE == 0\n"); printf("# undef CONFIG_STDIO_LINEBUFFER\n"); - printf("# define CONFIG_STDIO_LINEBUFFER 0\n"); printf("#endif\n\n"); printf("/* If the maximum message size is zero, then we assume that message queues\n"); printf(" * support should be disabled\n"); -- cgit v1.2.3