diff --git a/armsrc/i2c.c b/armsrc/i2c.c index 42ed50910..be72657df 100644 --- a/armsrc/i2c.c +++ b/armsrc/i2c.c @@ -199,7 +199,7 @@ static bool WaitSCL_L(void) { // It timeout reading response from card // Which ever comes first static bool WaitSCL_L_timeout(void) { - volatile uint32_t delay = 1200; + volatile uint32_t delay = 800; while (delay--) { // exit on SCL LOW if (SCL_read == false)