Skip to content

Commit 7dd0a43

Browse files
committed
Fix CMake inexplicit extension warning
1 parent c5dc164 commit 7dd0a43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/spi_flash/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
set(srcs "src/partition"
1+
set(srcs "src/partition.c"
22
"src/spi_flash_raw.c"
33
"src/spi_flash.c")
44
if(BOOTLOADER_BUILD)

0 commit comments

Comments
 (0)