mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2024-11-23 08:06:13 +01:00
Update IODevice.cpp
Remove potentially irritating diag messages
This commit is contained in:
parent
fa650673eb
commit
afe2ecdc14
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user