diff options
Diffstat (limited to 'firmware/target/arm/as3525')
-rw-r--r-- | firmware/target/arm/as3525/sd-as3525v2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/arm/as3525/sd-as3525v2.c b/firmware/target/arm/as3525/sd-as3525v2.c index b4ac40152b..84a2a0db6a 100644 --- a/firmware/target/arm/as3525/sd-as3525v2.c +++ b/firmware/target/arm/as3525/sd-as3525v2.c @@ -777,7 +777,7 @@ static int sd_transfer_sectors(IF_MD(int drive,) unsigned long start, bool aligned = !((uintptr_t)buf & (CACHEALIGN_SIZE - 1)); int const retry_all_max = 1; int retry_all = 0; - int const retry_data_max = 100; /* Generous, methinks */ + int const retry_data_max = 3; int retry_data; unsigned int real_numblocks; |