summaryrefslogtreecommitdiff
path: root/software/ttx/ttx.asm
diff options
context:
space:
mode:
Diffstat (limited to 'software/ttx/ttx.asm')
-rw-r--r--software/ttx/ttx.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/software/ttx/ttx.asm b/software/ttx/ttx.asm
index 6249db4..6e974c9 100644
--- a/software/ttx/ttx.asm
+++ b/software/ttx/ttx.asm
@@ -76,7 +76,7 @@ RX_BIT_CNT EQU H'004E'
RX_BYTE_CNT EQU H'004F'
RX_CMD EQU H'0050'
RX_D_START EQU H'0051'
-RX_D_END EQU H'005F'
+RX_D_END EQU H'0060'
;; all pages
BEACON_INT EQU H'0070'