File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ extern "C" {
112112#endif /* HSE_VALUE */
113113
114114#if !defined (HSE_STARTUP_TIMEOUT )
115- #define HSE_STARTUP_TIMEOUT (5000UL ) /*!< Time out for HSE start up, in ms */
115+ #define HSE_STARTUP_TIMEOUT (100UL ) /*!< Time out for HSE start up, in ms */
116116#endif /* HSE_STARTUP_TIMEOUT */
117117
118118/**
@@ -157,7 +157,7 @@ in voltage and temperature.*/
157157 * frequency, this source is inserted directly through I2S_CKIN pad.
158158 */
159159#if !defined (EXTERNAL_CLOCK_VALUE )
160- #define EXTERNAL_CLOCK_VALUE 12288000U /*!< Value of the External clock in Hz*/
160+ #define EXTERNAL_CLOCK_VALUE 12288000L /*!< Value of the External clock in Hz*/
161161#endif /* EXTERNAL_CLOCK_VALUE */
162162
163163/* Tip: To avoid modifying this file each time you need to use different HSE,
@@ -177,7 +177,7 @@ in voltage and temperature.*/
177177#define USE_RTOS 0
178178#endif
179179#if !defined (USE_SD_TRANSCEIVER )
180- #define USE_SD_TRANSCEIVER 1U /*!< use uSD Transceiver */
180+ #define USE_SD_TRANSCEIVER 0U /*!< use uSD Transceiver */
181181#endif
182182#if !defined (USE_SPI_CRC )
183183#define USE_SPI_CRC 0U /*!< use CRC in SPI */
You can’t perform that action at this time.
0 commit comments