fix aml build

This commit is contained in:
redpanther 2016-07-16 23:01:18 +02:00
parent acd15fa108
commit 4538e81b4b
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ void AmlogicWrapper::stop()
{
// Stop the timer, effectivly stopping the process
_timer.stop();
_hyperion->unRegisterPriority("Amlogic Grabber", _priority);
_hyperion->unRegisterPriority("Amlogic Grabber");
}