Skip to content

Commit b093b07

Browse files
committed
partition.c add ".c" in 1st line.
1 parent af0cdc3 commit b093b07

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)