aboutsummaryrefslogtreecommitdiff
path: root/src/survive_vive.c
diff options
context:
space:
mode:
authorJustin Berger <j.david.berger@gmail.com>2018-04-20 22:31:18 -0600
committerJustin Berger <j.david.berger@gmail.com>2018-04-20 22:50:20 -0600
commita1027bceebb36afc4fa9d082277478abd8101eda (patch)
treef9692cad198f8e39e4fa0fe6cdd4cf1d5abcef5c /src/survive_vive.c
parent3c007f47a30b70f00fd642b14ef8f4127c46ffc3 (diff)
downloadlibsurvive-a1027bceebb36afc4fa9d082277478abd8101eda.tar.gz
libsurvive-a1027bceebb36afc4fa9d082277478abd8101eda.tar.bz2
Enabled and then cleaned up warnings
Diffstat (limited to 'src/survive_vive.c')
-rwxr-xr-xsrc/survive_vive.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/survive_vive.c b/src/survive_vive.c
index d9cbc3e..88bc065 100755
--- a/src/survive_vive.c
+++ b/src/survive_vive.c
@@ -961,6 +961,8 @@ void calibrate_acc(SurviveObject* so, FLT* agm) {
agm[1] *= so->acc_scale[1];
agm[2] *= so->acc_scale[2];
}
+
+ fprintf(stderr, "%f\t%f\t%f\n", agm[0], agm[1], agm[2]);
}
void calibrate_gyro(SurviveObject* so, FLT* agm) {