Lower probability of line noise

This commit is contained in:
Neale Pickett 2012-05-30 11:17:35 -06:00
parent d815b62733
commit 085b51e0fb
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#include <unistd.h>
#include <stdlib.h>
#define NOISE_PROB 300
#define NOISE_PROB 2000
#define NOISE_BITS 16
int badbits = 0;