no error msgs
Fork of pixy by
Revision 1:198f26635a24, committed 2015-12-10
- Comitter:
- jfields
- Date:
- Thu Dec 10 02:41:05 2015 +0000
- Parent:
- 0:ed8dc4531ac1
- Commit message:
- abc
Changed in this revision
Pixy.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r ed8dc4531ac1 -r 198f26635a24 Pixy.cpp --- a/Pixy.cpp Sun Nov 16 11:52:55 2014 +0000 +++ b/Pixy.cpp Thu Dec 10 02:41:05 2015 +0000 @@ -62,7 +62,7 @@ if (checksum == sum) blockCount++; else if (pc) - pc->printf("cs error\n\r"); + //pc->printf("cs error\n\r"); w = m_link->getWord(); if (w != PIXY_START_WORD) @@ -107,7 +107,7 @@ return true; else if (w == PIXY_START_WORDX) { if (pc) - pc->printf("reorder\n\r"); + //pc->printf("reorder\n\r"); m_link->getByte(); // resync } lastw = w;