aboutsummaryrefslogtreecommitdiff
path: root/src/survive_internal.h
diff options
context:
space:
mode:
authorcnlohr <lohr85@gmail.com>2016-12-15 22:35:51 -0500
committercnlohr <lohr85@gmail.com>2016-12-15 22:35:51 -0500
commit890a3addcc936229541626e6748fadd142f58a6e (patch)
tree654e761392f0387a59f903fa66eaaf935739065a /src/survive_internal.h
parentbe571a486992bf01ddf72b536b7c3bc47a87cc78 (diff)
downloadlibsurvive-890a3addcc936229541626e6748fadd142f58a6e.tar.gz
libsurvive-890a3addcc936229541626e6748fadd142f58a6e.tar.bz2
rework some of the way we display data and the way magic codes are sent.
Diffstat (limited to 'src/survive_internal.h')
-rw-r--r--src/survive_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/survive_internal.h b/src/survive_internal.h
index d6168b2..40659e8 100644
--- a/src/survive_internal.h
+++ b/src/survive_internal.h
@@ -113,7 +113,7 @@ int survive_get_config( char ** config, struct SurviveContext * ctx, int devno,
void survive_data_cb( struct SurviveUSBInterface * si );
//Accept higher-level data.
-void survive_light_process( struct SurviveObject * so, int sensor_id, int acode, int timeinsweep, uint32_t timecode );
+void survive_light_process( struct SurviveObject * so, int sensor_id, int acode, int timeinsweep, uint32_t timecode, uint32_t length );
void survive_imu_process( struct SurviveObject * so, int16_t * accelgyro, uint32_t timecode, int id );