aboutsummaryrefslogtreecommitdiff
path: root/src/ootx_decoder.h
diff options
context:
space:
mode:
authorJustin Berger <jdavidberger@gmail.com>2018-06-29 18:20:55 +0000
committerJustin Berger <jdavidberger@gmail.com>2018-06-29 18:20:55 +0000
commita7b842727ad11314f2f7ea05c6e07006df10a552 (patch)
treeca73e33007c14a7041ec33122ce867619f5dd6c4 /src/ootx_decoder.h
parentbe357341abbd999051ed8f4e532746b2e7f0a201 (diff)
downloadlibsurvive-a7b842727ad11314f2f7ea05c6e07006df10a552.tar.gz
libsurvive-a7b842727ad11314f2f7ea05c6e07006df10a552.tar.bz2
Added additional options for ootx decoding
Diffstat (limited to 'src/ootx_decoder.h')
-rw-r--r--src/ootx_decoder.h2
1 files changed, 1 insertions, 1 deletions
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;