1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2024-12-23 21:01:25 +01:00

fix comment

This commit is contained in:
travis-farmer 2024-11-25 05:32:30 -05:00
parent 68a44037c5
commit 9ca731cecd
No known key found for this signature in database
GPG Key ID: 0BC296791D14CB35

View File

@ -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]);
}
// Link to chain of CMRI bus instances
// Link to chain of Modbus instances
Modbus *Modbus::_busList = NULL;