mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Removed bug in Hyperion.cpp and warning in TestRs232HighSpeed.cpp
Former-commit-id: 63e992a3590db5a4e2c8d121b08291588f347ac7
This commit is contained in:
@@ -363,7 +363,7 @@ void Hyperion::clear(int priority)
|
||||
_muxer.clearInput(priority);
|
||||
|
||||
// update leds if necessary
|
||||
if (priority < _muxer.getCurrentPriority());
|
||||
if (priority < _muxer.getCurrentPriority())
|
||||
{
|
||||
update();
|
||||
}
|
||||
|
Reference in New Issue
Block a user