summaryrefslogtreecommitdiff
path: root/SConscript
diff options
context:
space:
mode:
authorxieyangrun <[email protected]>2022-03-31 18:20:30 +0800
committersakumisu <[email protected]>2022-03-31 18:40:11 +0800
commit322964f598bcb78c3943b7fc1d097ad9845eaffd (patch)
tree290c98479214c4b526453175338afb5b81b579b5 /SConscript
parentdfa977caa2a614ec3571fc2165d9dcb445c245cd (diff)
fixed osal critical section protect adapt 64bits CPU.
Diffstat (limited to 'SConscript')
-rw-r--r--SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConscript b/SConscript
index 83334ff2..435c5adf 100644
--- a/SConscript
+++ b/SConscript
@@ -45,7 +45,7 @@ if GetDepend(['PKG_CHERRYUSB_USING_DEVICE']):
CPPDEFINES += ['USB_BASE=0x40080000UL']
if GetDepend(['CHERRYUSB_USING_MUSB']):
src += Glob('port/musb/usb_dc_musb.c')
- if GetDepend(['CHERRYUSB_USING_CDC_DEMO']):
+ if GetDepend(['CHERRYUSB_USING_CDC_DEMO']):
src += Glob('demo/cdc_acm_template.c')
# USB HOST