Skip to content

Commit 91912d0

Browse files
committed
Removed workaround to include stm32f7xx_hal.h
stm32f7xx_hal.h is now included by stm32f7xx.h since STM32F7xx CMSIS updated to v1.2.1 Signed-off-by: Frederic Pillon <[email protected]>
1 parent 11e7dbb commit 91912d0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

cores/arduino/stm32/stm32_def.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,6 @@
3737
#include "stm32f4xx.h"
3838
#elif defined(STM32F7xx)
3939
#include "stm32f7xx.h"
40-
// On other HAL series, stm32[fl]yxx.h include
41-
// stm32[fl]yxx_hal.h which include stm32[fl]yxx_hal_conf.h
42-
// For F7, stm32f7xx_hal.h replaced by stm32f7xx_hal_conf.h
43-
#include "stm32f7xx_hal.h"
4440
#elif defined(STM32L0xx)
4541
#include "stm32l0xx.h"
4642
#elif defined(STM32L1xx)

0 commit comments

Comments
 (0)