aboutsummaryrefslogtreecommitdiff
path: root/tools/ootx_decode/ootx_decoder.h
diff options
context:
space:
mode:
authorJosh Allen <axlecrusher@gmail.com>2017-02-11 15:45:10 -0500
committerJosh Allen <axlecrusher@gmail.com>2017-02-11 15:45:10 -0500
commit5c54917eaed3e1c6777e16baec65e63dffa215ce (patch)
tree3983edfcd72d8c63fbea8ddae735a2acae0e8fa6 /tools/ootx_decode/ootx_decoder.h
parent998ffc6ec9dc6ca2f0c94501c6d70882dfb13f5b (diff)
downloadlibsurvive-5c54917eaed3e1c6777e16baec65e63dffa215ce.tar.gz
libsurvive-5c54917eaed3e1c6777e16baec65e63dffa215ce.tar.bz2
end of frame detection corrected
Diffstat (limited to 'tools/ootx_decode/ootx_decoder.h')
-rw-r--r--tools/ootx_decode/ootx_decoder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ootx_decode/ootx_decoder.h b/tools/ootx_decode/ootx_decoder.h
index 6b181ee..13f14d6 100644
--- a/tools/ootx_decode/ootx_decoder.h
+++ b/tools/ootx_decode/ootx_decoder.h
@@ -34,7 +34,7 @@ void ootx_init_decoder_context(ootx_decoder_context *ctx);
int8_t ootx_decode_lighthouse_number(uint8_t last_num, uint32_t ticks, int32_t delta);
void ootx_log_bit(ootx_decoder_context *ctx, uint32_t length);
-void ootx_pump_greatest_bit(ootx_decoder_context *ctx);
+uint8_t ootx_pump_greatest_bit(ootx_decoder_context *ctx);
extern void (*ootx_packet_clbk)(ootx_packet* packet);