提交 537beefa 编写于 作者: T tcz717

拼写错误

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