From 7d5b2dc6ab70c6a1ba66acbbedfcafbee7be7055 Mon Sep 17 00:00:00 2001 From: Charles Lohr Date: Sun, 4 Dec 2016 02:07:01 -0500 Subject: Update -- with stuff most of the way through the livestream. --- src/survive_process.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/survive_process.c') diff --git a/src/survive_process.c b/src/survive_process.c index 964278d..2c87aa6 100644 --- a/src/survive_process.c +++ b/src/survive_process.c @@ -11,8 +11,8 @@ void survive_light_process( struct SurviveObject * so, int sensor_id, int acode, void survive_imu_process( struct SurviveObject * so, int16_t * accelgyro, uint32_t timecode, int id ) { -// if( so->codename[0] != 'H' ) -// { + if( so->codename[0] != 'H' ) + { // printf( "I %s %d %d %d %d %d %d %d %d\n", so->codename, timecode, accelgyro[0], accelgyro[1], accelgyro[2], accelgyro[3], accelgyro[4], accelgyro[5], id ); -// } + } } -- cgit v1.2.3