diff options
Diffstat (limited to 'testhal/STM32/STM32F4xx/SDC')
| -rw-r--r-- | testhal/STM32/STM32F4xx/SDC/mcuconf.h | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/testhal/STM32/STM32F4xx/SDC/mcuconf.h b/testhal/STM32/STM32F4xx/SDC/mcuconf.h index 095f0bc2d..9b1a574e0 100644 --- a/testhal/STM32/STM32F4xx/SDC/mcuconf.h +++ b/testhal/STM32/STM32F4xx/SDC/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)
 | 
