mirror of
https://github.com/badgeteam/mch2022-template-app.git
synced 2024-12-11 09:46:33 +00:00
6 lines
95 B
CMake
6 lines
95 B
CMake
|
idf_component_register(
|
||
|
INCLUDE_DIRS "include"
|
||
|
SRCS "appfs.c"
|
||
|
REQUIRES spi_flash
|
||
|
)
|