test, examples: use new component registration function

This commit is contained in:
Renz Bagaporo
2020-03-22 17:34:18 +08:00
parent bd827a4d2f
commit 4d9c573fb6
33 changed files with 124 additions and 197 deletions

View File

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