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>
#define NUM_ECC_DIGITS (ECC_BYTES/8)
#define MAX_TRIES 16
#define MAX_TRIES 1024
typedef unsigned int uint;