arp_monitoring/components/arp_monitor/CMakeLists.txt
2026-07-15 20:32:20 +03:00

6 lines
111 B
CMake

idf_component_register(
SRCS "arp_monitor.c"
INCLUDE_DIRS "include"
REQUIRES
device_list
)