diff options
Diffstat (limited to 'stmhal/boards/STM32F7DISC/stm32f7xx_hal_conf.h')
| -rw-r--r-- | stmhal/boards/STM32F7DISC/stm32f7xx_hal_conf.h | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/stmhal/boards/STM32F7DISC/stm32f7xx_hal_conf.h b/stmhal/boards/STM32F7DISC/stm32f7xx_hal_conf.h index 19e666069..5c6b22dd0 100644 --- a/stmhal/boards/STM32F7DISC/stm32f7xx_hal_conf.h +++ b/stmhal/boards/STM32F7DISC/stm32f7xx_hal_conf.h @@ -47,6 +47,7 @@ /* Exported constants --------------------------------------------------------*/ #define STM32F746xx +#define USE_USB_FS /* ########################## Module Selection ############################## */ /** @@ -157,7 +158,7 @@ * @brief This is the HAL system configuration section */ #define VDD_VALUE ((uint32_t)3300) /*!< Value of VDD in mv */ -#define TICK_INT_PRIORITY ((uint32_t)0x0F) /*!< tick interrupt priority */ +#define TICK_INT_PRIORITY ((uint32_t)0x00) /*!< tick interrupt priority */ #define USE_RTOS 0 #define ART_ACCLERATOR_ENABLE 1 /* To enable instruction cache and prefetch */ @@ -415,14 +416,6 @@ #define assert_param(expr) ((void)0) #endif /* USE_FULL_ASSERT */ -/** - * @} - */ - -/** - * @} - */ - #ifdef __cplusplus } #endif |
