diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-06-21 08:44:15 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-06-21 08:44:15 +0000 |
commit | c6cad23bd99a78148063b88a3f9957cb9a5cb7de (patch) | |
tree | 0457382232c6eb5d94850bc444b8447c9fa6df7d /testhal/STM32/STM32L4xx/GPT-ADC | |
parent | ce6a5d95a0c91f0b575e74b946918d1aef0ef0e9 (diff) | |
download | ChibiOS-c6cad23bd99a78148063b88a3f9957cb9a5cb7de.tar.gz ChibiOS-c6cad23bd99a78148063b88a3f9957cb9a5cb7de.tar.bz2 ChibiOS-c6cad23bd99a78148063b88a3f9957cb9a5cb7de.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9646 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/STM32L4xx/GPT-ADC')
-rw-r--r-- | testhal/STM32/STM32L4xx/GPT-ADC/mcuconf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testhal/STM32/STM32L4xx/GPT-ADC/mcuconf.h b/testhal/STM32/STM32L4xx/GPT-ADC/mcuconf.h index 7f1fe64cc..58f23cd60 100644 --- a/testhal/STM32/STM32L4xx/GPT-ADC/mcuconf.h +++ b/testhal/STM32/STM32L4xx/GPT-ADC/mcuconf.h @@ -239,8 +239,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_PRIORITY 3
#define STM32_SDC_SDMMC1_IRQ_PRIORITY 9
|