mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-11 17:13:56 -03:00
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.
This commit is contained in:
parent
16a15f5450
commit
9aeb456a1d
@ -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:
|
||||
// navigation delay
|
||||
Navigation_Delay_Command nav_delay;
|
||||
|
||||
// navigation delay
|
||||
// NAV_SET_YAW_SPEED support
|
||||
Set_Yaw_Speed set_yaw_speed;
|
||||
|
||||
// do-winch
|
||||
|
Loading…
Reference in New Issue
Block a user