Skip to content

Commit

Permalink
Fixed esp-idf CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisxhe committed Jun 4, 2024
1 parent aec6d20 commit 293c4a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ESP_IDF_TouchDrv_Example/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ cmake_minimum_required(VERSION 3.5)

include($ENV{IDF_PATH}/tools/cmake/project.cmake)

set(EXTRA_COMPONENT_DIRS ../../../SensorsLib)
set(EXTRA_COMPONENT_DIRS ../../../SensorLib)

project(ESP_IDF_TouchDrv_Example)

0 comments on commit 293c4a9

Please sign in to comment.