Browse Source

AP_Mission: NFC Correct some comments

Some of the code comments were clearly C&P errors.  This fixes that.  I haven't corrected typos etc, to preserve history.
c415-sdk
auturgy 5 years ago committed by Randy Mackay
parent
commit
9aeb456a1d
  1. 4
      libraries/AP_Mission/AP_Mission.h

4
libraries/AP_Mission/AP_Mission.h

@ -244,7 +244,7 @@ public: @@ -244,7 +244,7 @@ public:
// do-guided-limits
Guided_Limits_Command guided_limits;
// cam trigg distance
// high altitude balloon altitude wait
Altitude_Wait altitude_wait;
// do vtol transition
@ -256,7 +256,7 @@ public: @@ -256,7 +256,7 @@ public:
// navigation delay
Navigation_Delay_Command nav_delay;
// navigation delay
// NAV_SET_YAW_SPEED support
Set_Yaw_Speed set_yaw_speed;
// do-winch

Loading…
Cancel
Save