aboutsummaryrefslogtreecommitdiff
path: root/src/survive_data.c
diff options
context:
space:
mode:
authorMichael Turvey <mwturvey@users.noreply.github.com>2017-03-17 14:55:02 -0700
committerGitHub <noreply@github.com>2017-03-17 14:55:02 -0700
commit7f62d016ff5fe45e9cae0ff29c189b64ed1bb315 (patch)
tree37e1519a9d2ee922596c3db48ee178d2f53f5ecf /src/survive_data.c
parenta53c520c2d1a3bb9faa4cb5e4ee9ccc48bb1835f (diff)
parent64e3b67aa0d6a970e1e1988881e77d04c4fb5b07 (diff)
downloadlibsurvive-7f62d016ff5fe45e9cae0ff29c189b64ed1bb315.tar.gz
libsurvive-7f62d016ff5fe45e9cae0ff29c189b64ed1bb315.tar.bz2
Merge pull request #40 from mwturvey/UsbTrackerOnWin
Wired Watchman Support
Diffstat (limited to 'src/survive_data.c')
-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 4a2cfb6..5c5a5e9 100644
--- a/src/survive_data.c
+++ b/src/survive_data.c
@@ -44,7 +44,7 @@ void handle_lightcap( SurviveObject * so, LightcapElement * le )
{
int is_new_pulse = delta > so->pulselength_min_sync /*1500*/ + last_sync_length;
-// printf("m sync %d %d %d %d\n", le->sensor_id, so->last_sync_time[ssn], le->timestamp, delta);
+ //printf("m sync %d %d %d %d\n", le->sensor_id, so->last_sync_time[ssn], le->timestamp, delta);
so->did_handle_ootx = 0;