Skip to content
Snippets Groups Projects
Commit 83ea7fa4 authored by Beat Küng's avatar Beat Küng Committed by Daniel Agar
Browse files

camera_feedback: remove unused class member & call orb_unsubscribe()

parent 923f6239
No related branches found
No related tags found
No related merge requests found
......@@ -220,7 +220,10 @@ CameraFeedback::task_main()
}
PX4_INFO("Exiting.");
orb_unsubscribe(_trigger_sub);
orb_unsubscribe(_gpos_sub);
orb_unsubscribe(_att_sub);
_main_task = -1;
}
......
......@@ -98,7 +98,6 @@ private:
int _main_task; /**< handle for task */
int _trigger_sub;
int _lpos_sub;
int _gpos_sub;
int _att_sub;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment