Skip to content

Commit c536d52

Browse files
committed
style(ekf2): minor style fixes
1 parent bd2990e commit c536d52

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/modules/ekf2/EKF2.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2049,7 +2049,7 @@ void EKF2::PublishFusionControl(const hrt_abstime &timestamp)
20492049
}
20502050
#endif
20512051

2052-
msg.timestamp = _replay_mode ? timestamp : hrt_absolute_time();
2052+
msg.timestamp = _replay_mode ? timestamp : hrt_absolute_time();
20532053
_estimator_fc_pub.publish(msg);
20542054
}
20552055

src/modules/ekf2/module.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,11 +196,11 @@ parameters:
196196
EKF2_SENS_EN:
197197
description:
198198
short: Sensor fusion enable bitmask
199-
long: 'Bitmask to control which sensor fusion sources are enabled.
199+
long: Bitmask to control which sensor fusion sources are enabled.
200200
Sources whose bit is cleared will be disabled.
201201
Only applied while disarmed. For in-flight changes use the
202202
MAVLink command VEHICLE_CMD_ESTIMATOR_SENSOR_ENABLE or the
203-
individual CTRL params (e.g. EKF2_GPS_CTRL, EKF2_BARO_CTRL).'
203+
individual CTRL params (e.g. EKF2_GPS_CTRL, EKF2_BARO_CTRL).
204204
type: bitmask
205205
bit:
206206
0: GNSS 0

0 commit comments

Comments
 (0)