diff options
| author | sakumisu <[email protected]> | 2024-06-24 21:23:50 +0800 |
|---|---|---|
| committer | sakumisu <[email protected]> | 2024-06-24 21:23:50 +0800 |
| commit | 31cd834dedb617128e361c3024a03a0831aa9dd5 (patch) | |
| tree | f33581f72814e52f9935a932bc85cb012b060ecb /SConscript | |
| parent | a1274bad0aba12ec9301be4894dbafe9cab5301a (diff) | |
chore(sconscript): fix spelling
Diffstat (limited to 'SConscript')
| -rw-r--r-- | SConscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -200,8 +200,8 @@ if GetDepend(['PKG_CHERRYUSB_HOST']): if GetDepend('PKG_CHERRYUSB_HOST_CDC_ECM') \ or GetDepend('PKG_CHERRYUSB_HOST_CDC_RNDIS') \ or GetDepend('PKG_CHERRYUSB_HOST_CDC_NCM') \ - or GetDepend('PKG_CHERRYUSB_HOST_CDC_ASIX') \ - or GetDepend('PKG_CHERRYUSB_HOST_CDC_RTL8152'): + or GetDepend('PKG_CHERRYUSB_HOST_ASIX') \ + or GetDepend('PKG_CHERRYUSB_HOST_RTL8152'): src += Glob('platform/rtthread/usbh_lwip.c') src += Glob('platform/rtthread/usb_msh.c') |
