mirror of
https://github.com/HendrikRauh/dmx-interface.git
synced 2026-03-09 05:20:21 +00:00
6 lines
134 B
CMake
6 lines
134 B
CMake
idf_component_register(
|
|
SRCS "src/storage.c"
|
|
INCLUDE_DIRS "include"
|
|
REQUIRES joltwallet__littlefs
|
|
PRIV_REQUIRES vfs
|
|
)
|