summaryrefslogtreecommitdiff
path: root/firmware/os/algos/calibration/magnetometer/mag_sphere_fit_cal/mag_sphere_fit.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/os/algos/calibration/magnetometer/mag_sphere_fit_cal/mag_sphere_fit.h')
-rw-r--r--firmware/os/algos/calibration/magnetometer/mag_sphere_fit_cal/mag_sphere_fit.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/firmware/os/algos/calibration/magnetometer/mag_sphere_fit_cal/mag_sphere_fit.h b/firmware/os/algos/calibration/magnetometer/mag_sphere_fit_cal/mag_sphere_fit.h
index 3ae4687b..0d7ffa63 100644
--- a/firmware/os/algos/calibration/magnetometer/mag_sphere_fit_cal/mag_sphere_fit.h
+++ b/firmware/os/algos/calibration/magnetometer/mag_sphere_fit_cal/mag_sphere_fit.h
@@ -57,8 +57,6 @@ void initMagCalSphere(
const struct DiversityCheckerParameters *diverse_parameters,
float default_odr_in_hz);
-void magCalSphereDestroy(struct MagCalSphere *mocs);
-
enum MagUpdate magCalSphereUpdate(struct MagCalSphere *mocs,
uint64_t sample_time_us, float x, float y,
float z);