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: MPU9250AHRS_UBSUART-IRQ
Fork of MODSERIAL by
Diff: PUTC.cpp
- Revision:
- 9:b3cdae80e7a9
- Parent:
- 8:775f860e94d3
- Child:
- 12:8c7394e2ae7f
--- a/PUTC.cpp Mon Nov 22 09:58:34 2010 +0000 +++ b/PUTC.cpp Tue Nov 23 21:34:54 2010 +0000 @@ -37,7 +37,7 @@ return 0; } - if ( MODSERIAL_THR_HAS_SPACE && MODSERIAL_TX_BUFFER_EMPTY ) { + if ( MODSERIAL_THR_HAS_SPACE && MODSERIAL_TX_BUFFER_EMPTY && dmaSendChannel == -1 ) { _THR = (uint32_t)c; } else {