We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11e7dbb commit 91912d0Copy full SHA for 91912d0
cores/arduino/stm32/stm32_def.h
@@ -37,10 +37,6 @@
37
#include "stm32f4xx.h"
38
#elif defined(STM32F7xx)
39
#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"
44
#elif defined(STM32L0xx)
45
#include "stm32l0xx.h"
46
#elif defined(STM32L1xx)
0 commit comments