AP_ADSB: add missing break statement

This commit is contained in:
Peter Barker 2020-01-09 17:05:50 +11:00 committed by Peter Barker
parent 4d6f6c09fb
commit 95054418f6
1 changed files with 2 additions and 0 deletions

View File

@ -938,6 +938,8 @@ void AP_ADSB::write_log(const adsb_vehicle_t &vehicle)
if (!is_special_vehicle(vehicle.info.ICAO_address)) {
return;
}
break;
case logging::ALL:
break;