mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-23 16:47:35 +08:00
Sensors: Code style
This commit is contained in:
@@ -811,7 +811,7 @@ int Simulator::publish_sensor_topics(mavlink_hil_sensor_t *imu)
|
||||
accel.z = imu->zacc;
|
||||
|
||||
accel.temperature = imu->temperature;
|
||||
|
||||
|
||||
int accel_multi;
|
||||
orb_publish_auto(ORB_ID(sensor_accel), &_accel_pub, &accel, &accel_multi, ORB_PRIO_HIGH);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user