test, examples: use new component registration function

This commit is contained in:
Renz Bagaporo
2020-03-22 17:34:18 +08:00
committed by Rocha Euripedes
parent 14be739764
commit 1ece84aa33

View File

@@ -1,4 +1,2 @@
set(COMPONENT_SRCS "app_main.c")
set(COMPONENT_ADD_INCLUDEDIRS ".")
register_component()
idf_component_register(SRCS "app_main.c"
INCLUDE_DIRS ".")