Skip to content

Commit f0a043e

Browse files
committed
fix(F7): redefinition of ART_ACCLERATOR_ENABLE since update
Signed-off-by: Frederic Pillon <[email protected]>
1 parent 90b3c4f commit f0a043e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: system/STM32F7xx/stm32f7xx_hal_conf_default.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,8 @@ in voltage and temperature. */
157157
#if !defined (PREFETCH_ENABLE)
158158
#define PREFETCH_ENABLE 1U /* To enable prefetch */
159159
#endif
160-
#if !defined (ART_ACCLERATOR_ENABLE)
161-
#define ART_ACCLERATOR_ENABLE 1U /* To enable ART Accelerator */
160+
#if !defined (ART_ACCELERATOR_ENABLE)
161+
#define ART_ACCELERATOR_ENABLE 1U /* To enable ART Accelerator */
162162
#endif
163163

164164
#define USE_HAL_ADC_REGISTER_CALLBACKS 0U /* ADC register callback disabled */

0 commit comments

Comments
 (0)