diff options
| author | xieyangrun <[email protected]> | 2022-03-31 18:20:30 +0800 |
|---|---|---|
| committer | sakumisu <[email protected]> | 2022-03-31 18:40:11 +0800 |
| commit | 322964f598bcb78c3943b7fc1d097ad9845eaffd (patch) | |
| tree | 290c98479214c4b526453175338afb5b81b579b5 /SConscript | |
| parent | dfa977caa2a614ec3571fc2165d9dcb445c245cd (diff) | |
fixed osal critical section protect adapt 64bits CPU.
Diffstat (limited to 'SConscript')
| -rw-r--r-- | SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
