mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 23:33:57 -04:00
AP_Baro: add missing break statement
This commit is contained in:
parent
41d34e9f88
commit
4e40c39128
@ -335,6 +335,7 @@ bool AP_Baro_BMP085::_data_ready()
|
||||
break;
|
||||
case BMP085_OVERSAMPLING_ULTRAHIGHRES:
|
||||
conversion_time_msec = 26;
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user