Skip to content

Commit bb1688f

Browse files
CopilotBernardXiong
andcommitted
Change CherryUSB group to UsbStack
Co-authored-by: BernardXiong <1241087+BernardXiong@users.noreply.github.com>
1 parent ebb88c7 commit bb1688f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/drivers/usb/cherryusb/SConscript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ if GetDepend(['RT_CHERRYUSB_HOST']):
320320
src += Glob('platform/rtthread/usb_msh.c')
321321
src += Glob('platform/rtthread/usb_check.c')
322322

323-
group = DefineGroup('DeviceDrivers', src, depend = ['RT_USING_CHERRYUSB'], LIBS = LIBS, LIBPATH=LIBPATH, CPPPATH = path, CPPDEFINES = CPPDEFINES)
323+
group = DefineGroup('UsbStack', src, depend = ['RT_USING_CHERRYUSB'], LIBS = LIBS, LIBPATH=LIBPATH, CPPPATH = path, CPPDEFINES = CPPDEFINES)
324324

325325
Return('group')
326326

0 commit comments

Comments
 (0)