From 49bade6bbcb351900f627f066b14a6826f6d7984 Mon Sep 17 00:00:00 2001 From: Justin Berger Date: Thu, 15 Mar 2018 15:59:08 -0600 Subject: Removed printfs, fixed a segfault --- test.c | 1 + 1 file changed, 1 insertion(+) (limited to 'test.c') 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); -- cgit v1.2.3