mirror of
https://github.com/markqvist/OpenModem.git
synced 2025-05-15 04:42:15 -04:00
Before PLL algo adjust
This commit is contained in:
parent
f42f6d8bae
commit
65820627ec
3 changed files with 4 additions and 4 deletions
|
@ -103,7 +103,7 @@ int main(void)
|
|||
// and the byte is not a "transmit" (newline) character,
|
||||
// we should store it for transmission.
|
||||
if ((serialLen < MP1_MAX_FRAME_LENGTH) && (sbyte != 138)) {
|
||||
kprintf("Byte: %d\n", sbyte);
|
||||
//kprintf("Byte: %d\n", sbyte); // FIXME: delete
|
||||
// Put the read byte into the buffer;
|
||||
serialBuffer[serialLen] = sbyte;
|
||||
// Increment the read length counter
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue