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 4fc7d5c commit a87da62Copy full SHA for a87da62
ext_mod/esp32_additions/spi/micropython.cmake
@@ -2,7 +2,7 @@
2
add_library(usermod_spi INTERFACE)
3
4
set(SPI_INCLUDES)
5
-set(SPI_SOURCES ${CMAKE_CURRENT_LIST_DIR}/src/spi.c)
+set(SPI_SOURCES ${CMAKE_CURRENT_LIST_DIR}/src/esp32_spi.c)
6
7
# gets driver include paths
8
# idf_component_get_property(DRIVER_INCLUDES driver INCLUDE_DIRS)
0 commit comments