Rename usbd and usbh source files for IAR building issue.
This commit is contained in:
parent
5bddcd378e
commit
39431f5a70
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue