removed obsolete comments

This commit is contained in:
nifi 2010-06-15 13:30:42 +00:00
parent 3fa8ffda1a
commit 20c8b4f9c6

View File

@ -26,7 +26,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* @(#)$Id: uart1.c,v 1.18 2010/03/05 12:06:03 fros4943 Exp $ * @(#)$Id: uart1.c,v 1.19 2010/06/15 13:30:42 nifi Exp $
*/ */
/* /*
@ -105,9 +105,6 @@ uart1_writeb(unsigned char c)
#endif /* TX_WITH_INTERRUPT */ #endif /* TX_WITH_INTERRUPT */
} }
/*---------------------------------------------------------------------------*/ /*---------------------------------------------------------------------------*/
#if ! WITH_UIP /* If WITH_UIP is defined, putchar() is defined by the SLIP driver */
#endif /* ! WITH_UIP */
/*---------------------------------------------------------------------------*/
/** /**
* Initalize the RS232 port. * Initalize the RS232 port.
* *