mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
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…
x
Reference in New Issue
Block a user