px4_work_queue: rename navigation_and_controllers -> nav_and_controllers

- keep the thread within the current NuttX max length
This commit is contained in:
Daniel Agar
2020-07-13 10:10:19 -04:00
parent 78ff7c608f
commit fa44cd5cd5
12 changed files with 12 additions and 12 deletions
@@ -176,7 +176,7 @@ private:
AirspeedModule::AirspeedModule():
ModuleParams(nullptr),
ScheduledWorkItem(MODULE_NAME, px4::wq_configurations::navigation_and_controllers)
ScheduledWorkItem(MODULE_NAME, px4::wq_configurations::nav_and_controllers)
{
// initialise parameters
update_params();