diff options
| author | sakumisu <[email protected]> | 2026-01-27 19:51:29 +0800 |
|---|---|---|
| committer | sakumisu <[email protected]> | 2026-01-28 13:15:53 +0800 |
| commit | 76b3720445f5b2396f3cd7dfdbecc277cafc76e7 (patch) | |
| tree | 5b733185d1602f054b48463d803200a68cc03bb2 /SConscript | |
| parent | bad94dfc670f5215c1a9abb80af5970fe592af39 (diff) | |
docs: release v1.6.0v1.6.0
Signed-off-by: sakumisu <[email protected]>
Diffstat (limited to 'SConscript')
| -rw-r--r-- | SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -280,7 +280,7 @@ if GetDepend(['PKG_CHERRYUSB_HOST']): LIBS = ['libxhci_a32_softfp_neon.a'] if GetDepend(['PKG_CHERRYUSB_HOST_RP2040']): - path += [cwd + '/port/rp2040'] + path += [cwd + '/port/rp2040'] src += Glob('port/rp2040/usb_hc_rp2040.c') if GetDepend(['PKG_CHERRYUSB_HOST_CDC_ACM']): |
