MODSERIAL with support for more devices
Fork of MODSERIAL by
Diff: PUTC.cpp
- Revision:
- 6:c8f77fe1cc10
- Parent:
- 5:8365c4cf8f33
- Child:
- 8:775f860e94d3
--- a/PUTC.cpp Sun Nov 21 16:08:36 2010 +0000 +++ b/PUTC.cpp Sun Nov 21 16:25:44 2010 +0000 @@ -46,7 +46,7 @@ // TX buffer to TX FIFO to make space. The easiest way // to do this is to poll the isr_tx() function while we // are blocking. - isr_tx(); + isr_tx(false); } } else if( MODSERIAL_TX_BUFFER_FULL ) {