5
0
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:
Randy Mackay 2014-01-23 14:16:22 +09:00 committed by Andrew Tridgell
parent 65f7bf92f4
commit d70862e44b

View File

@ -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;