mirror of
https://github.com/markqvist/OpenModem.git
synced 2025-05-02 14:36:20 -04:00
Changed decode phase window
This commit is contained in:
parent
648deef929
commit
84080060eb
6 changed files with 10 additions and 10 deletions
|
@ -45,8 +45,8 @@ void mp1Poll(MP1 *mp1) {
|
|||
} else {
|
||||
// Checksum was incorrect
|
||||
mp1Decode(mp1);
|
||||
kprintf("Incorrect checksum. Found %d, ", mp1->buffer[mp1->packetLength]);
|
||||
kprintf("should be %d\n", mp1->checksum_in);
|
||||
//kprintf("Incorrect checksum. Found %d, ", mp1->buffer[mp1->packetLength]);
|
||||
//kprintf("should be %d\n", mp1->checksum_in);
|
||||
}
|
||||
}
|
||||
// If the above is not the case, this must be the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue