aboutsummaryrefslogtreecommitdiff
path: root/calibrate.c
diff options
context:
space:
mode:
authorMike Turvey <mturvey6@gmail.com>2017-03-23 00:25:25 -0700
committerMike Turvey <mturvey6@gmail.com>2017-03-23 00:25:25 -0700
commit472d05c2a356ec6d71669d67fb599e401a6f4a76 (patch)
tree696f032716f200c4bdfb4899b2b6ba928ad883c2 /calibrate.c
parente1818d84e1ab0ae217d8035f8a12398f06508059 (diff)
downloadlibsurvive-472d05c2a356ec6d71669d67fb599e401a6f4a76.tar.gz
libsurvive-472d05c2a356ec6d71669d67fb599e401a6f4a76.tar.bz2
Updated disambiguator. Solid OOTX
Diffstat (limited to 'calibrate.c')
-rw-r--r--calibrate.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/calibrate.c b/calibrate.c
index 726a8cc..0f2d6ac 100644
--- a/calibrate.c
+++ b/calibrate.c
@@ -51,10 +51,10 @@ int bufferpts[32*2*3][2];
char buffermts[32*128*3];
int buffertimeto[32*3][2];
-void my_light_process( struct SurviveObject * so, int sensor_id, int acode, int timeinsweep, uint32_t timecode, uint32_t length )
+void my_light_process( struct SurviveObject * so, int sensor_id, int acode, int timeinsweep, uint32_t timecode, uint32_t length, int lh)
{
// if( timeinsweep < 0 ) return;
- survive_default_light_process( so, sensor_id, acode, timeinsweep, timecode, length );
+ survive_default_light_process( so, sensor_id, acode, timeinsweep, timecode, length, lh);
if( sensor_id < 0 ) return;
if( acode == -1 ) return;
//return;