diff options
| author | sakumisu <[email protected]> | 2025-04-26 17:22:47 +0800 |
|---|---|---|
| committer | sakumisu <[email protected]> | 2025-04-26 17:22:47 +0800 |
| commit | 0c3a64516d1074dbb4ccccd6eeba59c35451323e (patch) | |
| tree | dc76d6130e3cf921d02c288ab4ee34cbbab2eb03 /SConscript | |
| parent | 95d968bd57336d0f44e32db94529e2fabe3b2f92 (diff) | |
update(rtthread): add check for use dfs
Signed-off-by: sakumisu <[email protected]>
Diffstat (limited to 'SConscript')
| -rw-r--r-- | SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -265,6 +265,7 @@ if GetDepend(['PKG_CHERRYUSB_HOST']): src += Glob('class/vendor/serial/usbh_pl2303.c') if GetDepend(['PKG_CHERRYUSB_HOST_TEMPLATE']): + CPPDEFINES+=['TEST_USBH_MSC=0'] src += Glob('demo/usb_host.c') if GetDepend('RT_USING_DFS') and GetDepend(['PKG_CHERRYUSB_HOST_MSC']): |
