mirror of https://github.com/dirtbags/moth.git
Lower probability of line noise
This commit is contained in:
parent
760e60c311
commit
34d4dae4a4
|
@ -1,7 +1,7 @@
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
#define NOISE_PROB 300
|
#define NOISE_PROB 2000
|
||||||
#define NOISE_BITS 16
|
#define NOISE_BITS 16
|
||||||
|
|
||||||
int badbits = 0;
|
int badbits = 0;
|
||||||
|
|
Loading…
Reference in New Issue