forked from Archive/PX4-Autopilot
emlid/navio2: navio_rgbled run in lp_default instead of hp_default
This commit is contained in:
parent
756b0148d6
commit
718ca1dc50
|
@ -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)
|
||||
{
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue