|
Message
From: cvs at opencores.org<cvs@o...>
Date: Thu Sep 14 06:59:01 CEST 2006
Subject: [cvs-checkins] MODIFIED: mlite ...
Date: 00/06/09 14:06:59 Modified: mlite/kernel tcpip.c Log: Have printf use interrupts again Revision Changes Path 1.5 mlite/kernel/tcpip.c http://www.opencores.org/cvsweb.shtml/mlite/kernel/tcpip.c.diff?r1=1.4&r2=1.5 (In the diff below, changes in quantity of whitespace are not shown.) Index: tcpip.c =================================================================== RCS file: /cvsroot/rhoads/mlite/kernel/tcpip.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -b -r1.4 -r1.5 --- tcpip.c 10 Sep 2006 01:07:43 -0000 1.4 +++ tcpip.c 14 Sep 2006 04:59:01 -0000 1.5 @@ -49,10 +49,6 @@ #define UartPrintf printf #define UartPrintfCritical printf #define Led(A) -#else -#undef printf -#define printf UartPrintfPoll -//#define printf UartPrintfNull #endif //ETHER FIELD OFFSET LENGTH VALUE
|