Fix VFS UART unit tests for esp32s2beta

This commit is contained in:
Roland Dobai
2019-10-04 13:12:01 +02:00
committed by bot
parent 8501a8119c
commit 2a0285fdb4
6 changed files with 13 additions and 11 deletions

View File

@@ -1,7 +1,4 @@
set(srcdirs ".")
if(IDF_TARGET STREQUAL "esp32")
list(APPEND srcdirs "esp32")
endif()
idf_component_register(SRC_DIRS ${srcdirs}
INCLUDE_DIRS .