Skip to content

Commit 3d66350

Browse files
fix merge
1 parent 4989f8a commit 3d66350

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

main/imu/imu_icm20948_driver.c

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -864,18 +864,11 @@ biodyn_imu_err_t biodyn_imu_icm20948_self_test()
864864
// }
865865

866866
// Run mag self-test
867-
<<<<<<< HEAD
868-
// if ((err = self_test_mag()))
869-
// {
870-
// ESP_LOGE(TAG, "Self test failed - mag (%x)", err);
871-
// }
872-
=======
873867
if ((err = self_test_mag()))
874868
{
875869
ESP_LOGE(TAG, "Self test failed - mag (%x)", err);
876870
return err;
877871
}
878-
>>>>>>> imu_subsystems
879872

880873
return BIODYN_IMU_OK;
881874
}

0 commit comments

Comments
 (0)