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 3141092 commit 1638f51Copy full SHA for 1638f51
README.md
@@ -910,7 +910,7 @@ and compare generated assembly code:
910
| ldr r1, [r2, #0] <---- Update s_ticks
911
cmp r3, r0 | cmp r1, r3
912
bcc.n 200000d2 <delay+0x6> | bcc.n 200000d2 <delay+0x6>
913
- bx lr bx lr
+ bx lr | bx lr
914
```
915
916
Long story short: if there is no `volalile`, the `delay()` function will loop
0 commit comments