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

Remove excess DIAG output

This commit is contained in:
peteGSX 2022-12-20 08:05:05 +10:00
parent 25b3250345
commit 2ad08029a4

View File

@ -127,7 +127,6 @@ private:
bool pullup = params[0];
int pin = vpin - _firstVpin;
uint8_t mask = 1 << ((pin-_firstVpin) % 8);
DIAG(F("Configure vpin|pin %d|%d as input, pullup %d"), vpin, pin, pullup);
_digitalOutBuffer[0] = EXIODPUP;
_digitalOutBuffer[1] = pin;
_digitalOutBuffer[2] = pullup;