We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 491ddc8 commit d6eccedCopy full SHA for d6ecced
system/STM32U5xx/stm32u5xx_hal_conf_default.h
@@ -252,12 +252,14 @@ vary depending on the variations in voltage and temperature.*/
252
* Activated: CRC code is present inside driver
253
* Deactivated: CRC code cleaned from driver
254
*/
255
+#if !defined (USE_SPI_CRC)
256
#define USE_SPI_CRC 1U
257
+#endif
258
259
/* ################## SDMMC peripheral configuration ######################### */
-
260
+#if !defined (USE_SD_TRANSCEIVER)
261
#define USE_SD_TRANSCEIVER 0U
262
263
264
/* Includes ------------------------------------------------------------------*/
265
/**
0 commit comments