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 daplink-validation by
Diff: main.cpp
- Revision:
- 11:79bb70065356
- Parent:
- 10:8f171987d9a2
- Child:
- 12:b56a7a3f45d7
diff -r 8f171987d9a2 -r 79bb70065356 main.cpp
--- a/main.cpp Thu Sep 15 19:34:29 2016 +0000
+++ b/main.cpp Thu Sep 15 20:57:02 2016 +0000
@@ -77,7 +77,7 @@
while (1) {
// Enqueue data as it arrives
- while (pc.readable()) {
+ while (pc.readable() && !buf.full()) {
val = pc.getc();
buf.enqueue(val);
}
