diff options
Diffstat (limited to 'testhal/STM32/STM32F2xx/I2C-LIS3MLD')
-rw-r--r-- | testhal/STM32/STM32F2xx/I2C-LIS3MLD/mcuconf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testhal/STM32/STM32F2xx/I2C-LIS3MLD/mcuconf.h b/testhal/STM32/STM32F2xx/I2C-LIS3MLD/mcuconf.h index 1ec11ae5d..76686ea5d 100644 --- a/testhal/STM32/STM32F2xx/I2C-LIS3MLD/mcuconf.h +++ b/testhal/STM32/STM32F2xx/I2C-LIS3MLD/mcuconf.h @@ -238,8 +238,8 @@ */
#define STM32_SDC_SDIO_DMA_PRIORITY 3
#define STM32_SDC_SDIO_IRQ_PRIORITY 9
-#define STM32_SDC_WRITE_TIMEOUT_MS 250
-#define STM32_SDC_READ_TIMEOUT_MS 25
+#define STM32_SDC_WRITE_TIMEOUT_MS 1000
+#define STM32_SDC_READ_TIMEOUT_MS 1000
#define STM32_SDC_CLOCK_ACTIVATION_DELAY 10
#define STM32_SDC_SDIO_UNALIGNED_SUPPORT TRUE
#define STM32_SDC_SDIO_DMA_STREAM STM32_DMA_STREAM_ID(2, 3)
|