diff options
Diffstat (limited to 'testhal/STM32/STM32F7xx/GPT-ADC')
| -rw-r--r-- | testhal/STM32/STM32F7xx/GPT-ADC/mcuconf.h | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/testhal/STM32/STM32F7xx/GPT-ADC/mcuconf.h b/testhal/STM32/STM32F7xx/GPT-ADC/mcuconf.h index e7e0150e5..3ddc973c9 100644 --- a/testhal/STM32/STM32F7xx/GPT-ADC/mcuconf.h +++ b/testhal/STM32/STM32F7xx/GPT-ADC/mcuconf.h @@ -254,8 +254,8 @@   */
  #define STM32_SDC_USE_SDMMC1                FALSE
  #define STM32_SDC_SDMMC_UNALIGNED_SUPPORT   TRUE
 -#define STM32_SDC_SDMMC_WRITE_TIMEOUT       250
 -#define STM32_SDC_SDMMC_READ_TIMEOUT        25
 +#define STM32_SDC_SDMMC_WRITE_TIMEOUT       1000
 +#define STM32_SDC_SDMMC_READ_TIMEOUT        1000
  #define STM32_SDC_SDMMC_CLOCK_DELAY         10
  #define STM32_SDC_SDMMC1_DMA_STREAM         STM32_DMA_STREAM_ID(2, 3)
  #define STM32_SDC_SDMMC1_DMA_PRIORITY       3
 | 
