mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-12 19:08:29 -04:00
Copter: remove case that does nothing
This commit is contained in:
parent
65f7bf92f4
commit
d70862e44b
@ -62,9 +62,6 @@ static void run_autopilot()
|
|||||||
// process the active navigation and conditional commands
|
// process the active navigation and conditional commands
|
||||||
verify_commands();
|
verify_commands();
|
||||||
break;
|
break;
|
||||||
case GUIDED:
|
|
||||||
// no need to do anything - wp_nav should take care of getting us to the desired location
|
|
||||||
break;
|
|
||||||
case RTL:
|
case RTL:
|
||||||
verify_RTL();
|
verify_RTL();
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user