aboutsummaryrefslogtreecommitdiff
path: root/pll.s
diff options
context:
space:
mode:
Diffstat (limited to 'pll.s')
-rw-r--r--pll.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/pll.s b/pll.s
index 68a03cc..7458f61 100644
--- a/pll.s
+++ b/pll.s
@@ -55,4 +55,4 @@ vco_lock:
ldr r1, =(PLL_SYS_BASE + ATOMIC_CLEAR)
movs r0, 0x8 // postdiv (bit 3)
str r0, [r1, PWR_OFST]
- mov pc, lr
+ bx lr