Lower probability of line noise

This commit is contained in:
Neale Pickett 2012-05-30 11:17:35 -06:00
parent 760e60c311
commit 34d4dae4a4
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;