aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorcnlohr <lohr85@gmail.com>2017-03-11 16:36:28 -0500
committercnlohr <lohr85@gmail.com>2017-03-11 16:36:28 -0500
commit0d286eef9634116828ead278f9534f04ecbb6ecd (patch)
tree0ef5b705a6fa273fb261d46f6d59baa7d9c51fcc /src
parentcdc60d110a9cd69c5bd8c0ac4e67db1ce7cecc93 (diff)
downloadlibsurvive-0d286eef9634116828ead278f9534f04ecbb6ecd.tar.gz
libsurvive-0d286eef9634116828ead278f9534f04ecbb6ecd.tar.bz2
Update a few files... need to get working with linmath. But first switching accounts.
Diffstat (limited to 'src')
-rw-r--r--src/survive_data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/survive_data.c b/src/survive_data.c
index 63cc5c2..75edfb3 100644
--- a/src/survive_data.c
+++ b/src/survive_data.c
@@ -12,7 +12,7 @@ void handle_lightcap( SurviveObject * so, LightcapElement * le )
//int32_t deltat = (uint32_t)le->timestamp - (uint32_t)so->last_master_time;
//if( so->codename[0] != 'H' )
- //printf( "*** %s %d %d %d %d %d\n", so->codename, le->sensor_id, le->type, le->length, le->timestamp, le->timestamp-so->tsl );
+ printf( "*** %s %d %d %d %d %d\n", so->codename, le->sensor_id, le->type, le->length, le->timestamp, le->timestamp-so->tsl );
if( le->sensor_id > SENSORS_PER_OBJECT )
{