From 322964f598bcb78c3943b7fc1d097ad9845eaffd Mon Sep 17 00:00:00 2001 From: xieyangrun Date: Thu, 31 Mar 2022 18:20:30 +0800 Subject: fixed osal critical section protect adapt 64bits CPU. --- SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'SConscript') 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 -- cgit v1.3.1