mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2024-12-25 05:31:24 +01:00
fix comment
This commit is contained in:
parent
68a44037c5
commit
9ca731cecd
@ -538,7 +538,7 @@ void Modbus::_loop(unsigned long currentMicros) {
|
|||||||
if (error != 0) DIAG(F("ModbusIR: %02d %04d %04d %s"), _currentNode->getNodeID(), 0, _currentNode->getNumInputRegisters(), &errorStrings[error]);
|
if (error != 0) DIAG(F("ModbusIR: %02d %04d %04d %s"), _currentNode->getNodeID(), 0, _currentNode->getNumInputRegisters(), &errorStrings[error]);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Link to chain of CMRI bus instances
|
// Link to chain of Modbus instances
|
||||||
Modbus *Modbus::_busList = NULL;
|
Modbus *Modbus::_busList = NULL;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user