Skip to content

Commit

Permalink
Corrections
Browse files Browse the repository at this point in the history
Corrections see previous update
  • Loading branch information
kempe63 committed Oct 6, 2024
1 parent 6293b0a commit 0a07405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IO_I2CRailcom.h
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ class I2CRailcom : public IODevice {
}

auto inlength = UART_ReadRegister(REG_RXLV);
DIAG(F("Railcom: %s/%d RX Fifo lvl: %d"),_I2CAddress.toString(), _UART_CH, inlength);
//DIAG(F("Railcom: %s/%d RX Fifo lvl: %d"),_I2CAddress.toString(), _UART_CH, inlength);
if (inlength==0){
return;
} else {
Expand Down

0 comments on commit 0a07405

Please sign in to comment.