From 999c8d881299bdefd4eb123244df225260a7e302 Mon Sep 17 00:00:00 2001 From: cnlohr Date: Sun, 18 Mar 2018 22:00:55 -0400 Subject: Fix configuration system and fix race condition in survive_vive. --- calibrate.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'calibrate.c') diff --git a/calibrate.c b/calibrate.c index 3eef27c..e0426f7 100644 --- a/calibrate.c +++ b/calibrate.c @@ -406,6 +406,9 @@ void * SurviveThread(void *jnk) survive_install_imu_fn( ctx, my_imu_process ); survive_install_angle_fn( ctx, my_angle_process ); + survive_startup( ctx ); + + survive_cal_install( ctx ); if( !ctx ) -- cgit v1.2.3