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: FLUSH.cpp
- Revision:
- 30:b04ce87dc424
- Parent:
- 28:76793a84f9e5
diff -r 9a41078f0488 -r b04ce87dc424 FLUSH.cpp --- a/FLUSH.cpp Fri Jul 12 15:56:20 2013 +0000 +++ b/FLUSH.cpp Sun Sep 01 12:24:12 2013 +0000 @@ -39,7 +39,7 @@ buffer_overflow[type] = 0; switch(type) { case TxIrq: RESET_TX_FIFO; break; - case RxIrq: while(MODSERIAL_READABLE) char dummy = MODSERIAL_READ_REG; break; + case RxIrq: RESET_RX_FIFO; break; } MODSERIAL_IRQ_REG = irq_req; }