ekf2 fix comment formatting

This commit is contained in:
Daniel Agar
2016-03-13 16:35:07 -04:00
committed by Lorenz Meier
parent 8ffcfdb492
commit b89fbc9dbd
+7 -7
View File
@@ -42,13 +42,13 @@
#include <systemlib/param/param.h>
/**
* Magnetometer measurement delay relative to IMU measurements
*
* @group EKF2
* @min 0
* @max 300
* @unit ms
*/
* Magnetometer measurement delay relative to IMU measurements
*
* @group EKF2
* @min 0
* @max 300
* @unit ms
*/
PARAM_DEFINE_FLOAT(EKF2_MAG_DELAY, 0);
/**