aboutsummaryrefslogtreecommitdiff
path: root/src/survive_data.c
diff options
context:
space:
mode:
authorMichael Turvey <mwturvey@users.noreply.github.com>2017-04-11 17:45:52 -0700
committerGitHub <noreply@github.com>2017-04-11 17:45:52 -0700
commit9b1309c6dd9b38502b04d6bedb64f57acc7341e8 (patch)
tree588f364728c63f032b17582379f48dc4a808c960 /src/survive_data.c
parentd733f46f19627e424a0db1d5a7c1406cc769152c (diff)
parent4b842a1a73a2713726c3d999ab4b6886e7e9fb69 (diff)
downloadlibsurvive-9b1309c6dd9b38502b04d6bedb64f57acc7341e8.tar.gz
libsurvive-9b1309c6dd9b38502b04d6bedb64f57acc7341e8.tar.bz2
Merge pull request #57 from mwturvey/namingUpdate
Naming update
Diffstat (limited to 'src/survive_data.c')
-rw-r--r--src/survive_data.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/survive_data.c b/src/survive_data.c
index 647a5d7..0273532 100644
--- a/src/survive_data.c
+++ b/src/survive_data.c
@@ -67,6 +67,7 @@ int handle_lightcap2_getAcodeFromSyncPulse(SurviveObject * so, int pulseLen)
}
uint8_t remove_outliers(SurviveObject *so) {
+ return 0; // disabling this for now because it seems remove almost all the points for wired watchman and wired tracker.
lightcap2_data *lcd = so->disambiguator_data;
uint32_t sum = 0;