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 518bce0 commit d137e8bCopy full SHA for d137e8b
connectivity/drivers/wifi/TARGET_STM/COMPONENT_EMW3080B/CMakeLists.txt
@@ -22,6 +22,12 @@ target_sources(mbed-wifi
22
mx_wifi/core/mx_wifi_slip.c
23
)
24
25
+# This driver needs utility functions from LwIP
26
+target_link_libraries(mbed-wifi
27
+ PRIVATE
28
+ mbed-lwipstack
29
+)
30
+
31
# Link override object file coming from static library anyway
32
#
33
# NOTE: This linker option is to pretend undefined symbol and won't cause
0 commit comments