We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90b3c4f commit f0a043eCopy full SHA for f0a043e
system/STM32F7xx/stm32f7xx_hal_conf_default.h
@@ -157,8 +157,8 @@ in voltage and temperature. */
157
#if !defined (PREFETCH_ENABLE)
158
#define PREFETCH_ENABLE 1U /* To enable prefetch */
159
#endif
160
-#if !defined (ART_ACCLERATOR_ENABLE)
161
-#define ART_ACCLERATOR_ENABLE 1U /* To enable ART Accelerator */
+#if !defined (ART_ACCELERATOR_ENABLE)
+#define ART_ACCELERATOR_ENABLE 1U /* To enable ART Accelerator */
162
163
164
#define USE_HAL_ADC_REGISTER_CALLBACKS 0U /* ADC register callback disabled */
0 commit comments