summaryrefslogtreecommitdiff
path: root/echo.S
diff options
context:
space:
mode:
Diffstat (limited to 'echo.S')
-rw-r--r--echo.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/echo.S b/echo.S
index 7c29fec..337c26b 100644
--- a/echo.S
+++ b/echo.S
@@ -7,7 +7,7 @@
.equ UART_TX_READY, 0b01
_start:
- li a0, 0x1000
+ li a0, 0x10000
loop:
lbu t0, UART_STATUS(a0)