From: jesusc Date: Thu, 26 Oct 2006 06:53:41 +0000 (+0000) Subject: git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@4438 4a8a32a2... X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=a4c22a6884642ac12ebcd0bf408f11f55b93842f;p=fw%2Fsdcc git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@4438 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/device/lib/_putchar.c b/device/lib/_putchar.c index 91ab61ce..1ad8e25a 100644 --- a/device/lib/_putchar.c +++ b/device/lib/_putchar.c @@ -20,7 +20,7 @@ #ifdef SDCC_mcs51 #include <8051.h> -bit putchar_crlf=0; +bit putchar_crlf=1; void inituart(unsigned char t1_reload); void putchar (char c)