aboutsummaryrefslogtreecommitdiff
path: root/src/ootx_decoder.c
diff options
context:
space:
mode:
authorcnlohr <lohr85@gmail.com>2017-02-25 13:29:07 -0500
committercnlohr <lohr85@gmail.com>2017-02-25 13:29:07 -0500
commitf92f5dc93cbb53a99da51984541a7e4a70605639 (patch)
treea4fd365d067c13dd1a8edec5e998657e836e5900 /src/ootx_decoder.c
parent5060fd7a4f1fa4313d7b928cebc392e5f6fd3641 (diff)
downloadlibsurvive-f92f5dc93cbb53a99da51984541a7e4a70605639.tar.gz
libsurvive-f92f5dc93cbb53a99da51984541a7e4a70605639.tar.bz2
Update files, working lhfind whithin libsurvive.
Diffstat (limited to 'src/ootx_decoder.c')
-rw-r--r--src/ootx_decoder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ootx_decoder.c b/src/ootx_decoder.c
index 8ec16f2..e35c24d 100644
--- a/src/ootx_decoder.c
+++ b/src/ootx_decoder.c
@@ -112,7 +112,7 @@ void ootx_pump_bit(ootx_decoder_context *ctx, uint8_t dbit) {
// printf("drop %d\n", dbit);
if( !dbit )
{
- printf("Bad sync bit\n");
+ //printf("Bad sync bit\n");
ootx_reset_buffer(ctx);
}
ctx->bits_processed = 0;