mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-22 00:28:30 -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:
|
||||
throw_run();
|
||||
break;
|
||||
|
||||
default:
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user