From 9ca731cecdec6b69888cb341b5802dc2e2cb7358 Mon Sep 17 00:00:00 2001 From: travis-farmer Date: Mon, 25 Nov 2024 05:32:30 -0500 Subject: [PATCH] fix comment --- IO_Modbus.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IO_Modbus.cpp b/IO_Modbus.cpp index 259429f..02e8b37 100644 --- a/IO_Modbus.cpp +++ b/IO_Modbus.cpp @@ -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;