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

Updated print types

Updated CMake
2022-12-04 07:25:10 -07:00

3 lines
86 B
CMake

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