aboutsummaryrefslogtreecommitdiff
path: root/tools/ootx_decode/ootx_decode.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/ootx_decode/ootx_decode.c')
-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) {