mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2024-11-22 15:46:14 +01:00
Corrections
Corrections see previous update
This commit is contained in:
parent
6293b0ae1d
commit
0a07405b46
|
@ -124,7 +124,7 @@ public:
|
|||
}
|
||||
|
||||
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 {
|
||||
|
|
Loading…
Reference in New Issue
Block a user