aboutsummaryrefslogtreecommitdiff
path: root/src/survive_process.c
diff options
context:
space:
mode:
authorCharles Lohr <lohr85@gmail.com>2016-12-04 02:07:01 -0500
committerCharles Lohr <lohr85@gmail.com>2016-12-04 02:07:01 -0500
commit7d5b2dc6ab70c6a1ba66acbbedfcafbee7be7055 (patch)
tree91393bf205324084ae51cb8e5e1fe55c3776fb44 /src/survive_process.c
parent368f4dcca9f8fdadfee527345b59f7a7ba6d6367 (diff)
downloadlibsurvive-7d5b2dc6ab70c6a1ba66acbbedfcafbee7be7055.tar.gz
libsurvive-7d5b2dc6ab70c6a1ba66acbbedfcafbee7be7055.tar.bz2
Update -- with stuff most of the way through the livestream.
Diffstat (limited to 'src/survive_process.c')
-rw-r--r--src/survive_process.c6
1 files changed, 3 insertions, 3 deletions
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 );
-// }
+ }
}