mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-26 09:26:25 +08:00
emlid/navio2: navio_rgbled run in lp_default instead of hp_default
This commit is contained in:
@@ -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)
|
||||
{
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user