aboutsummaryrefslogtreecommitdiff
path: root/test.c
diff options
context:
space:
mode:
authorJustin Berger <j.david.berger@gmail.com>2018-03-15 15:59:08 -0600
committerJustin Berger <j.david.berger@gmail.com>2018-03-15 15:59:08 -0600
commit49bade6bbcb351900f627f066b14a6826f6d7984 (patch)
tree3522d93346d95f80b4f93afff80222ffa7b8ccc6 /test.c
parent1a43149022d6c9fa156e2c929fe9f16021269a09 (diff)
downloadlibsurvive-49bade6bbcb351900f627f066b14a6826f6d7984.tar.gz
libsurvive-49bade6bbcb351900f627f066b14a6826f6d7984.tar.bz2
Removed printfs, fixed a segfault
Diffstat (limited to 'test.c')
-rw-r--r--test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test.c b/test.c
index d4b3d6f..aaf980f 100644
--- a/test.c
+++ b/test.c
@@ -145,6 +145,7 @@ int main()
survive_install_button_fn(ctx, testprog_button_process);
survive_install_raw_pose_fn(ctx, testprog_raw_pose_process);
+
survive_install_imu_fn(ctx, testprog_imu_process);
survive_install_lighthouse_pose_fn(ctx, testprog_lighthouse_process);