Skip to content

Commit 4f6fd2e

Browse files
authored
Merge pull request #1231 from emlslxl/fix-stm32f107
bsp/stm32f107 修正因驱动文件缺少msd.c而编译文件包含msd.c引起的编译错误
2 parents 6103888 + b23c2aa commit 4f6fd2e

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

bsp/stm32f107/project.uvproj

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -424,13 +424,6 @@
424424
<FilePath>drivers/rt_stm32f10x_spi.c</FilePath>
425425
</File>
426426
</Files>
427-
<Files>
428-
<File>
429-
<FileName>msd.c</FileName>
430-
<FileType>1</FileType>
431-
<FilePath>drivers/msd.c</FilePath>
432-
</File>
433-
</Files>
434427
</Group>
435428
<Group>
436429
<GroupName>Applications</GroupName>

bsp/stm32f107/project.uvprojx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -427,13 +427,6 @@
427427
<FilePath>drivers/rt_stm32f10x_spi.c</FilePath>
428428
</File>
429429
</Files>
430-
<Files>
431-
<File>
432-
<FileName>msd.c</FileName>
433-
<FileType>1</FileType>
434-
<FilePath>drivers/msd.c</FilePath>
435-
</File>
436-
</Files>
437430
</Group>
438431
<Group>
439432
<GroupName>Applications</GroupName>

0 commit comments

Comments
 (0)