From 473e52cbe7cbee0333b7d97d91c4bbf95c1b3225 Mon Sep 17 00:00:00 2001 From: Jacques Comeaux Date: Wed, 17 Jan 2024 18:13:46 -0600 Subject: Fix UART bugs --- xosc.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xosc.s') 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 -- cgit v1.2.3