Safer value

This commit is contained in:
Adam Ierymenko 2019-07-16 17:28:42 -05:00
parent da2965cb4e
commit 640bbaabbf

View file

@ -70,7 +70,7 @@ namespace {
//#include <string.h> //#include <string.h>
#define NUM_ECC_DIGITS (ECC_BYTES/8) #define NUM_ECC_DIGITS (ECC_BYTES/8)
#define MAX_TRIES 16 #define MAX_TRIES 1024
typedef unsigned int uint; typedef unsigned int uint;