mirror of
https://github.com/merbanan/rtl_433.git
synced 2026-04-23 02:57:07 -04:00
Make bitbuffer even less noisy
Some decoders with large .short_limit may add a lot of bits...
This commit is contained in:
@@ -34,7 +34,7 @@ void bitbuffer_add_bit(bitbuffer_t *bits, int bit) {
|
||||
bits->bits_per_row[bits->row_index]++;
|
||||
}
|
||||
else {
|
||||
fprintf(stderr, "ERROR: bitbuffer:: Could not add more columns\n");
|
||||
// fprintf(stderr, "ERROR: bitbuffer:: Could not add more columns\n"); // Some decoders may add many columns...
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user