We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c00ae33 commit 218b33dCopy full SHA for 218b33d
system/STM32H7xx/stm32h7xx_hal_conf_default.h
@@ -171,6 +171,9 @@ in voltage and temperature.*/
171
#if !defined (USE_SD_TRANSCEIVER)
172
#define USE_SD_TRANSCEIVER 1U /*!< use uSD Transceiver */
173
#endif
174
+#if !defined (USE_SPI_CRC)
175
+#define USE_SPI_CRC 0U /*!< use CRC in SPI */
176
+#endif
177
178
#define USE_HAL_ADC_REGISTER_CALLBACKS 0U /* ADC register callback disabled */
179
#define USE_HAL_CEC_REGISTER_CALLBACKS 0U /* CEC register callback disabled */
0 commit comments