Browse Source

wind_estimator: set missing task_id

Signed-off-by: Roman <bapstroman@gmail.com>
sbg
Roman 7 years ago committed by Roman Bapst
parent
commit
33c1bcb983
  1. 2
      src/modules/wind_estimator/wind_estimator_main.cpp

2
src/modules/wind_estimator/wind_estimator_main.cpp

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

Loading…
Cancel
Save