We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7777831 commit 2fb815dCopy full SHA for 2fb815d
os/hal/ports/NUMICRO/LLD/USBv1/usb_memcpy.S
@@ -33,6 +33,7 @@
33
.global usb_memcpy
34
35
/* size_t usb_memcpy(volatile void* destination, const volatile void* source, size_t num); */
36
+.type usb_memcpy, %function
37
usb_memcpy:
38
cmp r2, #0
39
beq.n zero_return
0 commit comments