diff options
| author | sakumisu <[email protected]> | 2026-08-19 17:50:10 +0800 |
|---|---|---|
| committer | sakumisu <[email protected]> | 2026-08-19 17:50:10 +0800 |
| commit | 92c5dcf53b051228125c7fc94b2bcd2984116b47 (patch) | |
| tree | 4306819a9292dd6a8df3767d505dcb565280526e /SConscript | |
| parent | cd75c652ea9ef037c069b1a55f8004e7ced5605e (diff) | |
updatedev
Signed-off-by: sakumisu <[email protected]>
Diffstat (limited to 'SConscript')
| -rw-r--r-- | SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -105,7 +105,7 @@ if GetDepend(['PKG_CHERRYUSB_DEVICE']): src += Glob('port/renesas/device/r_usb_device.c') src += Glob('port/renesas/device/usb_dc_rensas.c') if GetDepend(['PKG_CHERRYUSB_DEVICE_CH32']): - if GetDepend(['PKG_CHERRYUSB_DEVICE_HS']): + if GetDepend(['PKG_CHERRYUSB_DEVICE_SPEED_HS']): src += Glob('port/ch32/usb_dc_usbhs.c') else: src += Glob('port/ch32/usb_dc_usbfs.c') |
