提交 521f24f1 编写于 作者: B Bernard Xiong

Merge pull request #339 from tcz717/patch-1

[bsp] Fix the spelling errors. 
......@@ -4,7 +4,7 @@ from building import *
cwd = os.path.join(str(Dir('#')), 'drivers')
# add the general drvers.
# add the general drivers.
src = Split("""
board.c
stm32f10x_it.c
......@@ -12,19 +12,19 @@ led.c
usart.c
""")
# add Ethernet drvers.
# add Ethernet drivers.
if GetDepend('RT_USING_LWIP'):
src += ['dm9000a.c']
# add Ethernet drvers.
# add Ethernet drivers.
if GetDepend('RT_USING_DFS'):
src += ['sdcard.c']
# add Ethernet drvers.
# add Ethernet drivers.
if GetDepend('RT_USING_RTC'):
src += ['rtc.c']
# add Ethernet drvers.
# add Ethernet drivers.
if GetDepend('RT_USING_RTGUI'):
src += ['touch.c']
if rtconfig.RT_USING_LCD_TYPE == 'ILI932X':
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册