aboutsummaryrefslogtreecommitdiff
path: root/src/survive_cal.c
diff options
context:
space:
mode:
authorCNLohr <lohr85@gmail.com>2017-03-15 02:47:36 -0400
committerCNLohr <lohr85@gmail.com>2017-03-15 02:47:36 -0400
commit1860fd6b0d625f801f27eaeab0b943a72e7c1c52 (patch)
tree34484f64356f52e1296721367aebb4714e279d3a /src/survive_cal.c
parente15459cd9efab607e95f720bd971d0e73615f437 (diff)
downloadlibsurvive-1860fd6b0d625f801f27eaeab0b943a72e7c1c52.tar.gz
libsurvive-1860fd6b0d625f801f27eaeab0b943a72e7c1c52.tar.bz2
Reading data, no cal data.
Diffstat (limited to 'src/survive_cal.c')
-rwxr-xr-xsrc/survive_cal.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/survive_cal.c b/src/survive_cal.c
index 23226cf..0ea9337 100755
--- a/src/survive_cal.c
+++ b/src/survive_cal.c
@@ -168,7 +168,7 @@ void survive_cal_light( struct SurviveObject * so, int sensor_id, int acode, int
struct SurviveCalData * cd = ctx->calptr;
if( !cd ) return;
-
+
switch( cd->stage )
{
default:
@@ -193,6 +193,7 @@ void survive_cal_light( struct SurviveObject * so, int sensor_id, int acode, int
}
break;
}
+
}
void survive_cal_angle( struct SurviveObject * so, int sensor_id, int acode, uint32_t timecode, FLT length, FLT angle )