Copter: fix warning

This commit is contained in:
Jonathan Challinger 2016-01-26 17:30:13 -08:00 committed by Randy Mackay
parent 2a36c32cf3
commit 8f41215569

View File

@ -223,6 +223,9 @@ void Copter::update_flight_mode()
case THROW:
throw_run();
break;
default:
break;
}
}