fix compile for aml

This commit is contained in:
redpanther 2016-07-16 22:58:13 +02:00
parent d1a5e5b75a
commit acd15fa108

View File

@ -44,7 +44,7 @@ void AmlogicWrapper::start()
{
// Start the timer with the pre configured interval
_timer.start();
_hyperion->registerPriority("Amlogic Grabber");
_hyperion->registerPriority("Amlogic Grabber",_priority);
}
void AmlogicWrapper::action()