aboutsummaryrefslogtreecommitdiff
path: root/calibrate.c
diff options
context:
space:
mode:
authorcnlohr <lohr85@gmail.com>2017-02-25 16:20:42 -0500
committercnlohr <lohr85@gmail.com>2017-02-25 16:20:42 -0500
commit6fe8d04961c927d22a8b91e04d30450699867817 (patch)
tree9a55b346f33618f51f38d057ce1ff5d3b4c9fb84 /calibrate.c
parentf92f5dc93cbb53a99da51984541a7e4a70605639 (diff)
downloadlibsurvive-6fe8d04961c927d22a8b91e04d30450699867817.tar.gz
libsurvive-6fe8d04961c927d22a8b91e04d30450699867817.tar.bz2
Update code to allow for headless mode.
Diffstat (limited to 'calibrate.c')
-rw-r--r--calibrate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/calibrate.c b/calibrate.c
index 04ea9a8..8eedc88 100644
--- a/calibrate.c
+++ b/calibrate.c
@@ -140,7 +140,7 @@ void * GuiThread( void * v )
int main()
{
- ctx = survive_init( );
+ ctx = survive_init( 0 );
survive_install_light_fn( ctx, my_light_process );
survive_install_imu_fn( ctx, my_imu_process );