Skip to content

Commit 9333ed7

Browse files
authored
[bsp/at32] fixed usb type library (#10099)
1 parent ad79383 commit 9333ed7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

bsp/at32/at32a423-start/SConstruct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ objs = PrepareBuilding(env, RTT_ROOT, has_libcpu=False)
5151
objs.extend(SConscript(os.path.join(libraries_path_prefix, 'CMSIS', 'SConscript')))
5252

5353
# include usb libraries
54-
objs.extend(SConscript(os.path.join(libraries_path_prefix, 'usbd_library', 'SConscript')))
54+
objs.extend(SConscript(os.path.join(libraries_path_prefix, 'usbotg_library', 'SConscript')))
5555

5656
# include drivers
5757
objs.extend(SConscript(os.path.join(libraries_path_prefix, 'rt_drivers', 'SConscript')))

bsp/at32/at32f402-start/SConstruct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ objs = PrepareBuilding(env, RTT_ROOT, has_libcpu=False)
5151
objs.extend(SConscript(os.path.join(libraries_path_prefix, 'CMSIS', 'SConscript')))
5252

5353
# include usb libraries
54-
objs.extend(SConscript(os.path.join(libraries_path_prefix, 'usbd_library', 'SConscript')))
54+
objs.extend(SConscript(os.path.join(libraries_path_prefix, 'usbotg_library', 'SConscript')))
5555

5656
# include drivers
5757
objs.extend(SConscript(os.path.join(libraries_path_prefix, 'rt_drivers', 'SConscript')))

bsp/at32/at32f405-start/SConstruct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ objs = PrepareBuilding(env, RTT_ROOT, has_libcpu=False)
5151
objs.extend(SConscript(os.path.join(libraries_path_prefix, 'CMSIS', 'SConscript')))
5252

5353
# include usb libraries
54-
objs.extend(SConscript(os.path.join(libraries_path_prefix, 'usbd_library', 'SConscript')))
54+
objs.extend(SConscript(os.path.join(libraries_path_prefix, 'usbotg_library', 'SConscript')))
5555

5656
# include drivers
5757
objs.extend(SConscript(os.path.join(libraries_path_prefix, 'rt_drivers', 'SConscript')))

bsp/at32/at32f415-start/SConstruct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ objs = PrepareBuilding(env, RTT_ROOT, has_libcpu=False)
5151
objs.extend(SConscript(os.path.join(libraries_path_prefix, 'CMSIS', 'SConscript')))
5252

5353
# include usb libraries
54-
objs.extend(SConscript(os.path.join(libraries_path_prefix, 'usbd_library', 'SConscript')))
54+
objs.extend(SConscript(os.path.join(libraries_path_prefix, 'usbotg_library', 'SConscript')))
5555

5656
# include drivers
5757
objs.extend(SConscript(os.path.join(libraries_path_prefix, 'rt_drivers', 'SConscript')))

0 commit comments

Comments
 (0)