mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-31 18:47:21 +08:00
mc_pos_control: remove unused var
This commit is contained in:
@@ -108,8 +108,6 @@ private:
|
|||||||
|
|
||||||
hrt_abstime _time_stamp_last_loop{0}; /**< time stamp of last loop iteration */
|
hrt_abstime _time_stamp_last_loop{0}; /**< time stamp of last loop iteration */
|
||||||
|
|
||||||
int _task_failure_count{0}; /**< counter for task failures */
|
|
||||||
|
|
||||||
vehicle_local_position_setpoint_s _setpoint {};
|
vehicle_local_position_setpoint_s _setpoint {};
|
||||||
vehicle_control_mode_s _vehicle_control_mode {};
|
vehicle_control_mode_s _vehicle_control_mode {};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user