aboutsummaryrefslogtreecommitdiff
path: root/xosc.s
diff options
context:
space:
mode:
Diffstat (limited to 'xosc.s')
-rw-r--r--xosc.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/xosc.s b/xosc.s
index acfc577..883200f 100644
--- a/xosc.s
+++ b/xosc.s
@@ -18,6 +18,6 @@ start_xosc:
str r0, [r1, CTRL_OFST]
1:
ldr r0, [r1, STATUS_OFST]
- lsrs r0, r0, 31 // poll status bit
+ lsrs r0, 31 // stable bit
beq 1b
bx lr