We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 30c3cf4 + 33b40f2 commit 517f9c8Copy full SHA for 517f9c8
1 file changed
CMakeLists.txt
@@ -23,7 +23,7 @@ elseif(FLEXPTP_HWPORT MATCHES "^F[47][0-9][0-9]_LWIP$") # STM32F4xx
23
port/example_ports/ptp_port_stm32f407_lwip.c
24
port/example_ports/ptp_port_stm32f407_lwip.h
25
)
26
- set(FLEXPTP_HWPORT_BASE "H743_LWIP")
+ set(FLEXPTP_HWPORT_BASE "F407_LWIP")
27
elseif(FLEXPTP_HWPORT MATCHES "^F[47][0-9][0-9]_ETHERLIB$")
28
set(FLEXPTP_HWPORT_SRC
29
port/example_ports/ptp_port_stm32f407_etherlib.c
0 commit comments