Skip to content

Commit

Permalink
wifi-subsys: fix static test
Browse files Browse the repository at this point in the history
  • Loading branch information
xkevin190 committed Apr 28, 2022
1 parent d4b4f84 commit 99ec3ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wifi-subsys/components/protocols/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
file(GLOB_RECURSE SOURCES src/*.c)
idf_component_register(SRCS ${SOURCES} INCLUDE_DIRS src ../../main
REQUIRES storage network esp-tls esp_http_client
idf_component_register(SRCS ${SOURCES} INCLUDE_DIRS src ../../main
REQUIRES storage network esp-tls esp_http_client
EMBED_TXTFILES ./server_root_cert.pem
)

0 comments on commit 99ec3ad

Please sign in to comment.