Former-commit-id: cd8dcbef62cb2280d5abd9bbe6624bfb2479a61d
This commit is contained in:
johan
2013-12-21 14:32:41 +01:00
4 changed files with 8 additions and 8 deletions

View File

@@ -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();
}