Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mauri870 committed Dec 14, 2017
1 parent b8b7114 commit 00304e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ok04/counter.s
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
.global delay
delay:
ldr r1, =0x3F000000 @; pi peripheral address
orr r1, r1, #0x3000 @; r6 = r1 | 0x3000 = 0x3F003000 timer base address
orr r1, r1, #0x3000 @; r1 = r1 | 0x3000 = 0x3F003000 timer base address
ldr r2, [r1, #0x4] @; time in microseconds given by the timer
delay1$:
ldr r3, [r1, #0x4] @; get timer in microseconds in each iteration
Expand Down

0 comments on commit 00304e2

Please sign in to comment.