Skip to content

Commit

Permalink
[driver]: removed redundant code in CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
0xjakob committed Apr 27, 2021
1 parent 85565b8 commit 31bba67
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions components/driver/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ if(${target} STREQUAL "esp32")
"esp32/touch_sensor.c"
"esp32/adc.c"
"esp32/dac.c")
list(APPEND includes "esp32/include")
endif()

if(IDF_TARGET STREQUAL "esp32s2")
Expand All @@ -50,7 +49,6 @@ if(IDF_TARGET STREQUAL "esp32s2")
"esp32s2/adc.c"
"esp32s2/adc2_init_cal.c"
"esp32s2/dac.c")
list(APPEND includes "esp32s2/include")
endif()

if(${target} STREQUAL "esp32s3")
Expand Down

0 comments on commit 31bba67

Please sign in to comment.