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:
parent
25b3250345
commit
2ad08029a4
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user