We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fad6df7 commit 60c93f1Copy full SHA for 60c93f1
1 file changed
libraries/Wire/CMakeLists.txt
@@ -3,6 +3,6 @@ zephyr_include_directories(.)
3
4
if(NOT DEFINED ARDUINO_BUILD_PATH)
5
6
-zephyr_sources(Wire.cpp)
+zephyr_sources_ifdef(CONFIG_I2C Wire.cpp)
7
8
endif()
0 commit comments