aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/uart.S
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/uart.S')
-rw-r--r--src/drivers/uart.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/uart.S b/src/drivers/uart.S
index e476799..cde6c11 100644
--- a/src/drivers/uart.S
+++ b/src/drivers/uart.S
@@ -49,5 +49,5 @@ uart_hex.hloop:
uart_hex.print:
str r1, [r2]
subs r3, #1
- bge uart_hex.hloop
+ bge uart_hex.loop // Jump back to wait for availablilty
pop {r4, pc}