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.
Dependencies: BufferedSerial FatFileSystemCpp mbed
Diff: VIPSSerialProtocol.cpp
- Revision:
- 22:0dd9c1b5664a
- Parent:
- 18:ad407a2ed4c9
- Child:
- 28:7600b18ccb7a
diff -r 0dec6dd14e10 -r 0dd9c1b5664a VIPSSerialProtocol.cpp --- a/VIPSSerialProtocol.cpp Thu Jul 01 10:43:45 2021 +0000 +++ b/VIPSSerialProtocol.cpp Mon Jul 05 15:30:14 2021 +0000 @@ -359,7 +359,7 @@ // send a position output for the requested time. Times are based on the global TimeSinceLastFrame timer. position* VIPSSerial::sendPositionForTime(uint32_t timeValue) { - static uint32_t lastPoints = 0; +// static uint32_t lastPoints = 0; if (pointCount < 2) return NULL;