Merge pull request #1231 from emlslxl/fix-stm32f107
bsp/stm32f107 修正因驱动文件缺少msd.c而编译文件包含msd.c引起的编译错误
This commit is contained in:
commit
4f6fd2e9d7
|
@ -424,13 +424,6 @@
|
|||
<FilePath>drivers/rt_stm32f10x_spi.c</FilePath>
|
||||
</File>
|
||||
</Files>
|
||||
<Files>
|
||||
<File>
|
||||
<FileName>msd.c</FileName>
|
||||
<FileType>1</FileType>
|
||||
<FilePath>drivers/msd.c</FilePath>
|
||||
</File>
|
||||
</Files>
|
||||
</Group>
|
||||
<Group>
|
||||
<GroupName>Applications</GroupName>
|
||||
|
|
|
@ -427,13 +427,6 @@
|
|||
<FilePath>drivers/rt_stm32f10x_spi.c</FilePath>
|
||||
</File>
|
||||
</Files>
|
||||
<Files>
|
||||
<File>
|
||||
<FileName>msd.c</FileName>
|
||||
<FileType>1</FileType>
|
||||
<FilePath>drivers/msd.c</FilePath>
|
||||
</File>
|
||||
</Files>
|
||||
</Group>
|
||||
<Group>
|
||||
<GroupName>Applications</GroupName>
|
||||
|
|
Loading…
Reference in New Issue