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 PSU-POWERLOGGER by
Diff: CODE/Terminal.cpp
- Revision:
- 3:d55665050fcb
- Parent:
- 2:f6e5fdf2f872
--- a/CODE/Terminal.cpp Fri Sep 21 19:01:33 2012 +0000
+++ b/CODE/Terminal.cpp Fri Sep 28 15:41:36 2012 +0000
@@ -344,6 +344,8 @@
}
}
SerialLineBufferPtr=0; //Always do this so we don't overflow
+ SerialCount++;
+ if(SerialCount > 5000)SerialCount=0;
break;
default:
AngleCount=0;
