aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJosh Allen <axlecrusher@gmail.com>2017-02-12 08:36:00 -0500
committerJosh Allen <axlecrusher@gmail.com>2017-02-12 08:36:00 -0500
commit600df0b1cb3fac30bd7a7c3df3b50f5e003032bf (patch)
tree4ec8d0964b4e54033cf1f412c2a224dde45d0944 /tools
parentcc79e01f62be87f7dcc6de3be7ddb981d6899dff (diff)
downloadlibsurvive-600df0b1cb3fac30bd7a7c3df3b50f5e003032bf.tar.gz
libsurvive-600df0b1cb3fac30bd7a7c3df3b50f5e003032bf.tar.bz2
use ootx_accumulate_bit
Diffstat (limited to 'tools')
-rw-r--r--tools/ootx_decode/ootx_decode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ootx_decode/ootx_decode.c b/tools/ootx_decode/ootx_decode.c
index 3a6b6f0..6365a1d 100644
--- a/tools/ootx_decode/ootx_decode.c
+++ b/tools/ootx_decode/ootx_decode.c
@@ -110,7 +110,7 @@ void raw_test() {
if (ticks>2000 && current_lighthouse==0) {
//only work with master lighthouse for now
- ootx_log_bit(c_ctx, ticks);
+ ootx_accumulate_bit(c_ctx, ootx_decode_bit(ticks) );
}
if (lh == -1) {