mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-06-19 04:24:17 +08:00
Rename usbd and usbh source files for IAR building issue.
This commit is contained in:
@@ -3,7 +3,7 @@ from building import *
|
||||
|
||||
cwd = GetCurrentDir()
|
||||
src = Split("""
|
||||
core/core.c
|
||||
core/ud_core.c
|
||||
core/usbdevice.c
|
||||
""")
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ from building import *
|
||||
|
||||
cwd = GetCurrentDir()
|
||||
src = Split("""
|
||||
core/core.c
|
||||
core/uh_core.c
|
||||
core/driver.c
|
||||
core/usbhost.c
|
||||
core/hub.c
|
||||
|
||||
Reference in New Issue
Block a user