diff --git a/.gitignore b/.gitignore index 873abb6..32d6254 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,5 @@ Release package # Ignore IDE artifacts -# .vscode \ No newline at end of file +# .vscode +.DS_Store diff --git a/src/opensuperclone/common.h b/src/opensuperclone/common.h index 51a1ab9..d339843 100644 --- a/src/opensuperclone/common.h +++ b/src/opensuperclone/common.h @@ -186,7 +186,7 @@ #define USB_RESET_TYPE_SOFT 2 #define USB_RESET_TYPE_HARD 0 -#define MAX_RETRIES 8 +#define MAX_RETRIES 1000 #define MAX_CLUSTERSIZE 65528 #define MAX_BLOCKSIZE 16 #define MIN_SECTORSIZE 256