1
0
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:
kempe63 2024-10-06 23:13:31 +01:00
parent 6293b0ae1d
commit 0a07405b46

View File

@ -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 {