mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-23 07:37:36 +08:00
df_mpu9250_wrapper: fix style
This commit is contained in:
@@ -449,6 +449,7 @@ int DfMpu9250Wrapper::_publish(struct imu_sensor_data &data)
|
||||
|
||||
// Bail out if it's not the 4th time yet.
|
||||
++_publish_count;
|
||||
|
||||
if (_publish_count < 4) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user