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.
Dependents: Autoflight2018_22_MODSERIAL
Fork of MODSERIAL by
Diff: PUTC.cpp
- Revision:
- 30:b04ce87dc424
- Parent:
- 27:9c93ce7cb9d8
--- a/PUTC.cpp Fri Jul 12 15:56:20 2013 +0000 +++ b/PUTC.cpp Sun Sep 01 12:24:12 2013 +0000 @@ -37,7 +37,7 @@ return 0; } - if ( MODSERIAL_WRITABLE && MODSERIAL_TX_BUFFER_EMPTY && dmaSendChannel == -1 ) { + if ( MODSERIAL_WRITABLE && MODSERIAL_TX_BUFFER_EMPTY ) { MODSERIAL_WRITE_REG = (uint32_t)c; } else {