aboutsummaryrefslogtreecommitdiff
path: root/src/ootx_decoder.c
diff options
context:
space:
mode:
authorJoshua Allen <axlecrusher@gmail.com>2017-02-25 14:22:13 -0500
committerJoshua Allen <axlecrusher@gmail.com>2017-02-25 14:22:13 -0500
commit021eb3fd655629b3d11b9923098689bf96c26890 (patch)
tree679c0b92846518e29fe3376f0dd3840bd1db5d03 /src/ootx_decoder.c
parent4c4969d0cb0f817de2aa866a7d8abfde6ecaff82 (diff)
parentf92f5dc93cbb53a99da51984541a7e4a70605639 (diff)
downloadlibsurvive-021eb3fd655629b3d11b9923098689bf96c26890.tar.gz
libsurvive-021eb3fd655629b3d11b9923098689bf96c26890.tar.bz2
Merge github.com:cnlohr/libsurvive
Conflicts: Makefile
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;