emlid/navio2: navio_rgbled run in lp_default instead of hp_default

This commit is contained in:
Daniel Agar 2020-01-12 21:32:43 -05:00
parent 756b0148d6
commit 718ca1dc50
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@
#include "NavioRGBLed.hpp"
NavioRGBLed::NavioRGBLed() :
ScheduledWorkItem(MODULE_NAME, px4::wq_configurations::hp_default)
ScheduledWorkItem(MODULE_NAME, px4::wq_configurations::lp_default)
{
};