Skip to content

Commit

Permalink
Merge pull request ChibiOS#242 from alexclewontin/nuc123-usb-driver
Browse files Browse the repository at this point in the history
NUC123 USB driver: bug fix
  • Loading branch information
fpoussin authored Dec 16, 2020
2 parents 6a5f58e + ad580f5 commit d3ebb25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion os/hal/ports/NUMICRO/LLD/USBv1/usb_memcpy.S
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,9 @@ unaligned:
str r5, [r4, #16]

unaligned_loop_top:
subs r2, r2, #1
ldrb r5, [r1, r2]
strb r5, [r0, r2]
subs r2, r2, #1
unaligned_loop_check:
bne.n unaligned_loop_top

Expand Down

0 comments on commit d3ebb25

Please sign in to comment.