aboutsummaryrefslogtreecommitdiff
path: root/octedit/uart.s
diff options
context:
space:
mode:
Diffstat (limited to 'octedit/uart.s')
-rw-r--r--octedit/uart.s4
1 files changed, 2 insertions, 2 deletions
diff --git a/octedit/uart.s b/octedit/uart.s
index e79cbdc..0ab1d20 100644
--- a/octedit/uart.s
+++ b/octedit/uart.s
@@ -3,8 +3,8 @@
.thumb
.equ UART0_BASE, 0x40034000
-.equ UARTDR_OFST, 0x00
-.equ UARTFR_OFST, 0x18
+.equ UARTDR_OFST, 0x00
+.equ UARTFR_OFST, 0x18
.type uart_send, %function
.global uart_send