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.
Dependencies: FreePilot PinDetect mbed-src
Fork of FreePilot_V2-2 by
Diff: ISR_TX.cpp
- Revision:
- 12:8c7394e2ae7f
- Parent:
- 8:775f860e94d3
- Child:
- 18:21ef26402365
--- a/ISR_TX.cpp Wed Nov 24 00:33:40 2010 +0000
+++ b/ISR_TX.cpp Thu Jan 20 11:57:32 2011 +0000
@@ -43,7 +43,7 @@
if (doCallback) _isr[TxIrq].call();
}
- if ( MODSERIAL_TX_BUFFER_EMPTY && MODSERIAL_THR_HAS_SPACE ) {
+ if ( MODSERIAL_TX_BUFFER_EMPTY ) {
_IER = 1;
_isr[TxEmpty].call();
}
