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.
Dependents: PES PES1 PES4 PES3
Diff: Pixy.cpp
- Revision:
- 2:b0a6783fb615
- Parent:
- 1:a57585d5e81b
--- a/Pixy.cpp Wed Mar 29 12:34:18 2017 +0000
+++ b/Pixy.cpp Wed Apr 19 10:13:33 2017 +0000
@@ -38,7 +38,7 @@
// pc->printf("skip\n\r");
return blockCount;
} else if (checksum == 0)
- return blockCount;
+ return blockCount; // Made by Renske
if (blockCount > blockArraySize)
resize();