From a7b842727ad11314f2f7ea05c6e07006df10a552 Mon Sep 17 00:00:00 2001 From: Justin Berger Date: Fri, 29 Jun 2018 18:20:55 +0000 Subject: Added additional options for ootx decoding --- src/ootx_decoder.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ootx_decoder.h') diff --git a/src/ootx_decoder.h b/src/ootx_decoder.h index a96cb03..8360838 100644 --- a/src/ootx_decoder.h +++ b/src/ootx_decoder.h @@ -25,7 +25,7 @@ typedef struct { uint8_t found_preamble; uint8_t bit_count[2]; - + int ignore_sync_bit_error; void * user; int user1; } ootx_decoder_context; -- cgit v1.2.3