mirror of https://github.com/dirtbags/moth.git
Lower probability of line noise
This commit is contained in:
parent
4671a56f59
commit
a26f431031
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue