We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 625914c commit 0190fbeCopy full SHA for 0190fbe
cores/arduino/stm32/HAL/stm32yyxx_hal_exti.c
@@ -1,6 +1,9 @@
1
#ifdef STM32F4xx
2
#include "stm32f4xx_hal_exti.c"
3
#endif
4
+#ifdef STM32F7xx
5
+#include "stm32f7xx_hal_exti.c"
6
+#endif
7
#ifdef STM32H7xx
8
#include "stm32h7xx_hal_exti.c"
9
cores/arduino/stm32/HAL/stm32yyxx_hal_spi_ex.c
@@ -7,6 +7,9 @@
#ifdef STM32F3xx
#include "stm32f3xx_hal_spi_ex.c"
10
11
+#include "stm32f7xx_hal_spi_ex.c"
12
13
14
#include "stm32h7xx_hal_spi_ex.c"
15
cores/arduino/stm32/HAL/stm32yyxx_hal_uart_ex.c
@@ -4,6 +4,9 @@
#include "stm32f3xx_hal_uart_ex.c"
+#include "stm32f7xx_hal_uart_ex.c"
#include "stm32h7xx_hal_uart_ex.c"
0 commit comments