aboutsummaryrefslogtreecommitdiff
path: root/calibrate.c
diff options
context:
space:
mode:
authormwturvey <michael.w.turvey@intel.com>2017-03-23 09:47:38 -0700
committermwturvey <michael.w.turvey@intel.com>2017-03-23 09:47:38 -0700
commit280a6599fea76a7d2c16cfe0fcc5c8f37fde66de (patch)
tree7b0f7447a74c651c72cfc56e9ca71766b3aa5fbe /calibrate.c
parent7701d14440d5d005b1ec3513ff8646e2f6b101ef (diff)
downloadlibsurvive-280a6599fea76a7d2c16cfe0fcc5c8f37fde66de.tar.gz
libsurvive-280a6599fea76a7d2c16cfe0fcc5c8f37fde66de.tar.bz2
More cleanup
Diffstat (limited to 'calibrate.c')
-rw-r--r--calibrate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/calibrate.c b/calibrate.c
index 0f2d6ac..82869e0 100644
--- a/calibrate.c
+++ b/calibrate.c
@@ -51,7 +51,7 @@ 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, int lh)
+void my_light_process( struct SurviveObject * so, int sensor_id, int acode, int timeinsweep, uint32_t timecode, uint32_t length, uint32_t lh)
{
// if( timeinsweep < 0 ) return;
survive_default_light_process( so, sensor_id, acode, timeinsweep, timecode, length, lh);