Merge pull request #242 from alexclewontin/nuc123-usb-driver

NUC123 USB driver: bug fix
This commit is contained in:
Fabien Poussin 2020-12-16 09:50:00 +01:00 committed by GitHub
commit d3ebb255f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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