mirror of
https://github.com/markqvist/OpenModem.git
synced 2025-05-02 06:26:24 -04:00
wtf
This commit is contained in:
parent
c12cd16bd9
commit
648deef929
4 changed files with 7 additions and 6 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue