Skip to content

Commit 2fb815d

Browse files
authored
Update usb_memcpy.S
1 parent 7777831 commit 2fb815d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

os/hal/ports/NUMICRO/LLD/USBv1/usb_memcpy.S

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
.global usb_memcpy
3434

3535
/* size_t usb_memcpy(volatile void* destination, const volatile void* source, size_t num); */
36+
.type usb_memcpy, %function
3637
usb_memcpy:
3738
cmp r2, #0
3839
beq.n zero_return

0 commit comments

Comments
 (0)