diff options
| author | sakumisu <[email protected]> | 2025-05-10 17:07:13 +0800 |
|---|---|---|
| committer | sakumisu <[email protected]> | 2025-05-10 17:07:13 +0800 |
| commit | a92b5488b0cdb904340e9a93b4c6160a8ed6ca1a (patch) | |
| tree | 22bace9df109dd77aa8a43e06bafbe9a12cc2c4f /SConscript | |
| parent | 5253d5aa6bf6e21e9b82d8faaed4322f5d22974f (diff) | |
chore(kconfig): update rtthread pkg & master kconfig
Signed-off-by: sakumisu <[email protected]>
Diffstat (limited to 'SConscript')
| -rw-r--r-- | SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ if GetDepend(['PKG_CHERRYUSB_DEVICE']): src += Glob('core/usbd_core.c') src += Glob('osal/usb_osal_rtthread.c') - if GetDepend(['PKG_CHERRYUSB_DEVICE_HS']): + if GetDepend(['PKG_CHERRYUSB_DEVICE_SPEED_HS']): CPPDEFINES+=['CONFIG_USB_HS'] if GetDepend(['PKG_CHERRYUSB_DEVICE_FSDEV_ST']): |
