Skip to content

Commit

Permalink
forgot one
Browse files Browse the repository at this point in the history
  • Loading branch information
softhack007 committed Sep 21, 2024
1 parent 3669946 commit 28fe5cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wled00/bus_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ void BusDigital::show() {
PolyBus::show(_busPtr, _iType);
}

bool BusDigital::canShow() const {
bool BusDigital::canShow() {
return PolyBus::canShow(_busPtr, _iType);
}

Expand Down

0 comments on commit 28fe5cb

Please sign in to comment.