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: Android.cpp
- Revision:
- 5:0df77b612c09
- Parent:
- 4:5f1af832e593
--- a/Android.cpp Sun Jan 14 07:59:44 2018 +0000 +++ b/Android.cpp Tue Jan 16 18:30:30 2018 +0000 @@ -77,7 +77,9 @@ printf("Unknown command: |%s|\n", command); } - this->serial.getc();//read newline + if (this->serial.readable()){ + this->serial.getc();//read newline + } }