summaryrefslogtreecommitdiff
path: root/common/mag_cal.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/mag_cal.c')
-rw-r--r--common/mag_cal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/mag_cal.c b/common/mag_cal.c
index 1e71059921..db09050007 100644
--- a/common/mag_cal.c
+++ b/common/mag_cal.c
@@ -13,7 +13,7 @@
#include "math_util.h"
#include "util.h"
-/* Data from sensor is in 16th of uT */
+/* Data from sensor is in 16th of uT, 0.0625 uT/LSB */
#define MAG_CAL_RAW_UT 16
#define MAX_EIGEN_RATIO FLOAT_TO_FP(25.0f)