diff options
| author | sakumisu <[email protected]> | 2025-04-12 21:06:34 +0800 |
|---|---|---|
| committer | sakumisu <[email protected]> | 2025-04-12 21:06:34 +0800 |
| commit | 8392ba681087f96bfa3cbb8936621dc38b97259d (patch) | |
| tree | f5db8cf232cf4af299de60624b049691de39ee63 /SConscript | |
| parent | e5989ee41ab03af92c6fa4c0c2d598dc892d3986 (diff) | |
fix(scons): fix pusb2 path
Signed-off-by: sakumisu <[email protected]>
Diffstat (limited to 'SConscript')
| -rw-r--r-- | SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -87,7 +87,7 @@ if GetDepend(['PKG_CHERRYUSB_DEVICE']): else: src += Glob('port/ch32/usb_dc_usbfs.c') if GetDepend(['PKG_CHERRYUSB_DEVICE_PUSB2']): - path += [cwd + '/port/xhci/rt-thread'] + path += [cwd + '/port/pusb2/rt-thread'] src += Glob('port/pusb2/rt-thread/usb_dc_glue_phytium.c') if GetDepend(['ARCH_ARMV8']): LIBPATH = [cwd + '/port/pusb2'] |
