This commit is contained in:
Mark Qvist 2014-04-07 01:34:58 +02:00
parent c12cd16bd9
commit 648deef929
4 changed files with 7 additions and 6 deletions

View file

@ -44,7 +44,7 @@ void mp1Poll(MP1 *mp1) {
mp1Decode(mp1);
} else {
// Checksum was incorrect
//mp1Decode(mp1);
mp1Decode(mp1);
kprintf("Incorrect checksum. Found %d, ", mp1->buffer[mp1->packetLength]);
kprintf("should be %d\n", mp1->checksum_in);
}