diff options
| author | sakumisu <[email protected]> | 2026-01-25 18:43:56 +0800 |
|---|---|---|
| committer | sakumisu <[email protected]> | 2026-01-28 13:15:53 +0800 |
| commit | 12b3eca447059d29752a170dd008340571067e4c (patch) | |
| tree | 3a584b24ef9456ed0496da56aaaeb3634cf29d73 /SConscript | |
| parent | 1a3343bc114b1db7f2aeed05ae0b047772b41888 (diff) | |
chore: update kconfig
Signed-off-by: sakumisu <[email protected]>
Diffstat (limited to 'SConscript')
| -rw-r--r-- | SConscript | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -314,7 +314,8 @@ if GetDepend(['PKG_CHERRYUSB_HOST']): if GetDepend(['PKG_CHERRYUSB_HOST_PL2303']): src += Glob('class/serial/usbh_pl2303.c') - if GetDepend(['CONFIG_TEST_USBH_HID']): + if GetDepend(['PKG_TEST_USBH_HID']): + CPPDEFINES+=['CONFIG_TEST_USBH_HID'] src += Glob('demo/usb_host.c') if GetDepend(['PKG_CHERRYUSB_HOST_CDC_ACM']) \ |
