diff options
| author | sakumisu <[email protected]> | 2025-07-11 18:34:46 +0800 |
|---|---|---|
| committer | sakumisu <[email protected]> | 2025-07-11 18:34:46 +0800 |
| commit | 40a052ba7f84a77981c28085263068cfc69ed252 (patch) | |
| tree | 2e49317949b98243201b02f568d20aa826ec9e85 /SConscript | |
| parent | 3249811a90da95b9aab8bf5284894da80a795b50 (diff) | |
chore(kconfig): add more config
Signed-off-by: sakumisu <[email protected]>
Diffstat (limited to 'SConscript')
| -rw-r--r-- | SConscript | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -289,8 +289,7 @@ if GetDepend(['PKG_CHERRYUSB_HOST']): if GetDepend(['PKG_CHERRYUSB_HOST_PL2303']): src += Glob('class/vendor/serial/usbh_pl2303.c') - if GetDepend(['PKG_CHERRYUSB_HOST_TEMPLATE']): - CPPDEFINES+=['TEST_USBH_MSC=0'] + if GetDepend(['CONFIG_TEST_USBH_HID']): src += Glob('demo/usb_host.c') if GetDepend(['PKG_CHERRYUSB_HOST_CDC_ACM']) \ |
