1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-20 10:54:14 +01:00

OP-1287 added autocruise mode too to manualcontrol

This commit is contained in:
Corvus Corax 2014-06-04 10:23:59 +02:00
parent 2260f5dacc
commit 07667027ee

View File

@ -211,6 +211,7 @@ static void manualControlTask(void)
case FLIGHTSTATUS_FLIGHTMODE_RETURNTOBASE:
case FLIGHTSTATUS_FLIGHTMODE_LAND:
case FLIGHTSTATUS_FLIGHTMODE_POI:
case FLIGHTSTATUS_FLIGHTMODE_AUTOCRUISE:
handler = &handler_PATHFOLLOWER;
break;
case FLIGHTSTATUS_FLIGHTMODE_PATHPLANNER: