Fix sources for IDF component

pull/1516/head
jgromes 2025-05-29 17:09:08 +02:00
rodzic 776ab477c4
commit d0624f7b85
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -15,7 +15,7 @@ if(ESP_PLATFORM)
# and needs idf_component_register()
idf_component_register(
SRCS ${RADIOLIB_ESP_SOURCES}
SRCS ${RADIOLIB_SOURCES}
INCLUDE_DIRS . src
)