diff --git a/wled00/bus_manager.cpp b/wled00/bus_manager.cpp index d0fc80fa86..61cc90fb85 100644 --- a/wled00/bus_manager.cpp +++ b/wled00/bus_manager.cpp @@ -162,7 +162,7 @@ void BusDigital::show() { PolyBus::show(_busPtr, _iType); } -bool BusDigital::canShow() const { +bool BusDigital::canShow() { return PolyBus::canShow(_busPtr, _iType); }