mirror of
https://github.com/wled/WLED.git
synced 2025-07-17 07:46:32 +00:00
Remove erroneous debug
This commit is contained in:
parent
dbb47d506c
commit
8818a9e82a
@ -350,7 +350,6 @@ struct BusConfig {
|
|||||||
else if (Bus::is2Pin(type)) nPins = 2;
|
else if (Bus::is2Pin(type)) nPins = 2;
|
||||||
else if (Bus::isPWM(type)) nPins = Bus::numPWMPins(type);
|
else if (Bus::isPWM(type)) nPins = Bus::numPWMPins(type);
|
||||||
for (size_t i = 0; i < nPins; i++) pins[i] = ppins[i];
|
for (size_t i = 0; i < nPins; i++) pins[i] = ppins[i];
|
||||||
DEBUGBUS_PRINTF_P(PSTR("BusConfig type %d pins: %u\r\n"), (int)type, (int)Bus::isVirtual(type), nPins);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//validates start and length and extends total if needed
|
//validates start and length and extends total if needed
|
||||||
|
Loading…
x
Reference in New Issue
Block a user