mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-25 08:36:08 +08:00
wind_estimator: set missing task_id
Signed-off-by: Roman <bapstroman@gmail.com>
This commit is contained in:
@@ -126,6 +126,8 @@ WindEstimatorModule::task_spawn(int argc, char *argv[])
|
||||
return -1;
|
||||
}
|
||||
|
||||
_task_id = task_id_is_work_queue;
|
||||
|
||||
return PX4_OK;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user