AP_Baro: add missing break statement

This commit is contained in:
Peter Barker 2020-01-09 16:53:55 +11:00 committed by Peter Barker
parent 41d34e9f88
commit 4e40c39128

View File

@ -335,6 +335,7 @@ bool AP_Baro_BMP085::_data_ready()
break;
case BMP085_OVERSAMPLING_ULTRAHIGHRES:
conversion_time_msec = 26;
break;
default:
break;
}