aboutsummaryrefslogtreecommitdiff
path: root/data_recorder.c
diff options
context:
space:
mode:
authorJoshua Allen <axlecrusher@gmail.com>2017-02-25 16:21:34 -0500
committerJoshua Allen <axlecrusher@gmail.com>2017-02-25 16:21:34 -0500
commit7176d6099e27d07d5801b2ac04d17035b694ca66 (patch)
tree65182fe7e25659b0f2ec1f661529abb17177cc5a /data_recorder.c
parentc2ee02ce28a7c7a9bebe9b69f214e8e441d60cc8 (diff)
parentfe31e600d890004f0f255a20fe056e0e8a54209b (diff)
downloadlibsurvive-7176d6099e27d07d5801b2ac04d17035b694ca66.tar.gz
libsurvive-7176d6099e27d07d5801b2ac04d17035b694ca66.tar.bz2
Merge branch 'master' of github.com:cnlohr/libsurvive
Diffstat (limited to 'data_recorder.c')
-rw-r--r--data_recorder.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/data_recorder.c b/data_recorder.c
index ced82c4..4fc3ffa 100644
--- a/data_recorder.c
+++ b/data_recorder.c
@@ -81,7 +81,7 @@ void my_imu_process( struct SurviveObject * so, int16_t * accelgyro, uint32_t ti
{
survive_default_imu_process( so, accelgyro, timecode, id );
-return;
+//return;
//if( so->codename[0] == 'H' )
if( 1 )
{
@@ -132,7 +132,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 );