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.
Diff: AsyncSerial.cpp
- Revision:
- 9:709719dddd3e
- Parent:
- 8:7390f9bb28d3
- Child:
- 10:1baa8e833ac6
- Child:
- 11:690c3439cfd2
--- a/AsyncSerial.cpp Sat Jun 17 11:44:36 2017 +0000 +++ b/AsyncSerial.cpp Fri Jun 23 08:07:17 2017 +0000 @@ -154,7 +154,7 @@ } void AsyncSerial::wait(void){ - while( fifo_rx.available() > 0 ){} + while( fifo_tx.available() > 0 ){} return; }