summaryrefslogtreecommitdiff
path: root/include/mag_cal.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mag_cal.h')
-rw-r--r--include/mag_cal.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/mag_cal.h b/include/mag_cal.h
index 61b24c7da9..3d256a0777 100644
--- a/include/mag_cal.h
+++ b/include/mag_cal.h
@@ -14,8 +14,8 @@
#include "kasa.h"
#define MAG_CAL_MAX_SAMPLES 0xffff
-#define MAG_CAL_MIN_BATCH_WINDOW_US (2 * SECOND)
-#define MAG_CAL_MIN_BATCH_SIZE 50 /* samples */
+#define MAG_CAL_MIN_BATCH_WINDOW_US (2 * SECOND)
+#define MAG_CAL_MIN_BATCH_SIZE 50 /* samples */
struct mag_cal_t {
struct kasa_fit kasa_fit;
@@ -38,4 +38,4 @@ void init_mag_cal(struct mag_cal_t *moc);
* @return 1 if a new calibration value is available, 0 otherwise.
*/
int mag_cal_update(struct mag_cal_t *moc, const intv3_t v);
-#endif /* __CROS_EC_MAG_CAL_H */
+#endif /* __CROS_EC_MAG_CAL_H */