Copter: resolve RTL state compiler warnings
This commit is contained in:
parent
12a4ce70fd
commit
aa4c3eaffe
@ -500,6 +500,7 @@ static void do_change_alt()
|
||||
// To-Do; reset origin to current location + stopping distance at new altitude
|
||||
break;
|
||||
case Auto_Land:
|
||||
case Auto_RTL:
|
||||
// ignore altitude
|
||||
break;
|
||||
case Auto_Circle:
|
||||
|
@ -193,7 +193,6 @@ enum AutoMode {
|
||||
|
||||
// RTL states
|
||||
enum RTLState {
|
||||
Start,
|
||||
InitialClimb,
|
||||
ReturnHome,
|
||||
LoiterAtHome,
|
||||
|
Loading…
Reference in New Issue
Block a user