esp-idf/examples/get-started/hello_world/main/CMakeLists.txt
Gregory Eslinger 0ce97d88c2
Fixed mismatch in printf types
Removed duplicate `l` in format

Updated print types

Updated CMake
2022-12-19 15:42:13 +01:00

3 lines
86 B
CMake

idf_component_register(SRCS "hello_world_main.c"
INCLUDE_DIRS "")