Skip to content

Commit

Permalink
Copter: minor comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rmackay9 committed Nov 29, 2023
1 parent 4ede307 commit a25381b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ArduCopter/mode.h
Original file line number Diff line number Diff line change
Expand Up @@ -679,6 +679,7 @@ class ModeAuto : public Mode {
int32_t condition_value; // used in condition commands (eg delay, change alt, etc.)
uint32_t condition_start;

// Land within Auto state
enum class State {
FlyToLocation = 0,
Descending = 1
Expand Down

0 comments on commit a25381b

Please sign in to comment.