Skip to content

Commit 72ff05c

Browse files
willmmilesblazoncek
authored andcommitted
BusDigital::begin: Pass clock rate argument
Fixes bug introduced by wled#4312.
1 parent e6473f4 commit 72ff05c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wled00/bus_manager.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ std::vector<LEDType> BusDigital::getLEDTypes() {
389389

390390
void BusDigital::begin() {
391391
if (!_valid) return;
392-
PolyBus::begin(_busPtr, _iType, _pins);
392+
PolyBus::begin(_busPtr, _iType, _pins, _frequencykHz);
393393
}
394394

395395
void BusDigital::cleanup() {

0 commit comments

Comments
 (0)