diff options
Diffstat (limited to 'testhal/STM32/STM32F2xx/PWM-ICU/mcuconf.h')
-rw-r--r-- | testhal/STM32/STM32F2xx/PWM-ICU/mcuconf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testhal/STM32/STM32F2xx/PWM-ICU/mcuconf.h b/testhal/STM32/STM32F2xx/PWM-ICU/mcuconf.h index e1253bff5..abd9c9bba 100644 --- a/testhal/STM32/STM32F2xx/PWM-ICU/mcuconf.h +++ b/testhal/STM32/STM32F2xx/PWM-ICU/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)
|