Skip to content

Commit 218b33d

Browse files
committed
[H7] Update stm32h7xx_hal_conf_default.h
Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
1 parent c00ae33 commit 218b33d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

system/STM32H7xx/stm32h7xx_hal_conf_default.h

+3
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,9 @@ in voltage and temperature.*/
171171
#if !defined (USE_SD_TRANSCEIVER)
172172
#define USE_SD_TRANSCEIVER 1U /*!< use uSD Transceiver */
173173
#endif
174+
#if !defined (USE_SPI_CRC)
175+
#define USE_SPI_CRC 0U /*!< use CRC in SPI */
176+
#endif
174177

175178
#define USE_HAL_ADC_REGISTER_CALLBACKS 0U /* ADC register callback disabled */
176179
#define USE_HAL_CEC_REGISTER_CALLBACKS 0U /* CEC register callback disabled */

0 commit comments

Comments
 (0)