mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-01 21:48:28 -04:00
Copter: fix warning
This commit is contained in:
parent
2a36c32cf3
commit
8f41215569
@ -223,6 +223,9 @@ void Copter::update_flight_mode()
|
|||||||
case THROW:
|
case THROW:
|
||||||
throw_run();
|
throw_run();
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
default:
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user