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:
- 28:76793a84f9e5
- Parent:
- 27:9c93ce7cb9d8
--- a/FLUSH.cpp Thu Jul 11 13:34:53 2013 +0000 +++ b/FLUSH.cpp Fri Jul 12 15:27:07 2013 +0000 @@ -39,7 +39,7 @@ buffer_overflow[type] = 0; switch(type) { case TxIrq: RESET_TX_FIFO; break; - case RxIrq: RESET_RX_FIFO; break; + case RxIrq: while(MODSERIAL_READABLE) char dummy = MODSERIAL_READ_REG; break; } MODSERIAL_IRQ_REG = irq_req; }