a few notation fixes

This commit is contained in:
marshmellow42 2017-04-13 17:16:34 -04:00
commit f516ff0895
3 changed files with 5 additions and 5 deletions

View file

@ -705,7 +705,7 @@ bool EM4x05testDemodReadData(uint32_t *word, bool readCmd) {
}
setDemodBuf(DemodBuffer, 32, 0);
setClockGrid(0,0);
//setClockGrid(0,0);
*word = bytebits_to_byteLSBF(DemodBuffer, 32);
}