6 lines
101 B
CMake
6 lines
101 B
CMake
idf_component_register(
|
|
SRCS "common.c"
|
|
INCLUDE_DIRS "include"
|
|
PRIV_REQUIRES spi_flash
|
|
)
|