idf_component_register(
    SRCS "link_cable.c"
    INCLUDE_DIRS "include" "${CMAKE_SOURCE_DIR}/main/include"
    PRIV_INCLUDE_DIRS "."
    REQUIRES driver freertos
)
