wind_estimator: set missing task_id

Signed-off-by: Roman <bapstroman@gmail.com>
This commit is contained in:
Roman
2018-03-14 14:59:37 +01:00
committed by Roman Bapst
parent 53e22661d4
commit 33c1bcb983

View File

@@ -126,6 +126,8 @@ WindEstimatorModule::task_spawn(int argc, char *argv[])
return -1;
}
_task_id = task_id_is_work_queue;
return PX4_OK;
}