Skip to content

Commit a87da62

Browse files
committed
might fix unix build
1 parent 4fc7d5c commit a87da62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext_mod/esp32_additions/spi/micropython.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
add_library(usermod_spi INTERFACE)
33

44
set(SPI_INCLUDES)
5-
set(SPI_SOURCES ${CMAKE_CURRENT_LIST_DIR}/src/spi.c)
5+
set(SPI_SOURCES ${CMAKE_CURRENT_LIST_DIR}/src/esp32_spi.c)
66

77
# gets driver include paths
88
# idf_component_get_property(DRIVER_INCLUDES driver INCLUDE_DIRS)

0 commit comments

Comments
 (0)