summaryrefslogtreecommitdiff
path: root/SConscript
diff options
context:
space:
mode:
authorsakumisu <[email protected]>2025-04-26 17:22:47 +0800
committersakumisu <[email protected]>2025-04-26 17:22:47 +0800
commit0c3a64516d1074dbb4ccccd6eeba59c35451323e (patch)
treedc76d6130e3cf921d02c288ab4ee34cbbab2eb03 /SConscript
parent95d968bd57336d0f44e32db94529e2fabe3b2f92 (diff)
update(rtthread): add check for use dfs
Signed-off-by: sakumisu <[email protected]>
Diffstat (limited to 'SConscript')
-rw-r--r--SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/SConscript b/SConscript
index 071196df..3fd432af 100644
--- a/SConscript
+++ b/SConscript
@@ -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']):