summaryrefslogtreecommitdiff
path: root/firmware/os/algos/calibration/magnetometer/mag_sphere_fit_cal/mag_sphere_fit.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/os/algos/calibration/magnetometer/mag_sphere_fit_cal/mag_sphere_fit.c')
-rw-r--r--firmware/os/algos/calibration/magnetometer/mag_sphere_fit_cal/mag_sphere_fit.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/firmware/os/algos/calibration/magnetometer/mag_sphere_fit_cal/mag_sphere_fit.c b/firmware/os/algos/calibration/magnetometer/mag_sphere_fit_cal/mag_sphere_fit.c
index 93c2ac61..0a6f799f 100644
--- a/firmware/os/algos/calibration/magnetometer/mag_sphere_fit_cal/mag_sphere_fit.c
+++ b/firmware/os/algos/calibration/magnetometer/mag_sphere_fit_cal/mag_sphere_fit.c
@@ -60,8 +60,6 @@ void initMagCalSphere(
magCalSphereOdrUpdate(mocs, default_odr_in_hz);
}
-void magCalSphereDestroy(struct MagCalSphere *mocs) { (void)mocs; }
-
void magCalSphereOdrUpdate(struct MagCalSphere *mocs, float odr_in_hz) {
// Calculate the numbers of samples to be dropped, in order to fill up
// the data set.