1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2024-11-22 23:56:13 +01:00

Update IODevice.cpp

Remove potentially irritating diag messages
This commit is contained in:
Neil McKechnie 2021-09-17 12:44:27 +01:00
parent fa650673eb
commit afe2ecdc14

View File

@ -257,7 +257,7 @@ int IODevice::readAnalogue(VPIN vpin) {
return dev->_readAnalogue(vpin);
}
#ifdef DIAG_IO
DIAG(F("IODevice::readAnalogue(): Vpin %d not found!"), (int)vpin);
//DIAG(F("IODevice::readAnalogue(): Vpin %d not found!"), (int)vpin);
#endif
return false;
}