Lower probability of line noise

This commit is contained in:
Neale Pickett 2012-05-30 11:17:35 -06:00
parent 24df97d2f7
commit 4a3df9a3a2
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;