We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59f1d08 commit 7a94dceCopy full SHA for 7a94dce
CMakeLists.txt
@@ -86,7 +86,7 @@ if(IDF_TARGET STREQUAL "esp32" OR IDF_TARGET STREQUAL "esp32s2" OR IDF_TARGET ST
86
# this uses either the legacy I2C API or the newwer version from IDF v5.4
87
# as this features a method to obtain the I2C driver from a port number
88
if (idf_version VERSION_GREATER_EQUAL "5.4")
89
- list(APPEND srcs driver/sccb-ng.c)
+ list(APPEND srcs driver/sccb.c)
90
else()
91
list(APPEND srcs driver/sccb.c)
92
endif()
0 commit comments