5 lines
167 B
CMake
5 lines
167 B
CMake
idf_component_register(SRCS "main.c"
|
|
"dcdc_controller.c"
|
|
"usb_cdc_cli.c"
|
|
INCLUDE_DIRS ".")
|