Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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 ) {