summaryrefslogtreecommitdiff
path: root/software
diff options
context:
space:
mode:
Diffstat (limited to 'software')
-rw-r--r--software/ttx/ttx.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/software/ttx/ttx.asm b/software/ttx/ttx.asm
index d2237c9..260b380 100644
--- a/software/ttx/ttx.asm
+++ b/software/ttx/ttx.asm
@@ -786,7 +786,7 @@ main
btfsc STATUS,Z
goto seccnt_zero
btfsc RX_STATE,complete
- goto byte_received
+ goto msg_received
goto powerdown
;; this gets called every BEACON_INT seconds
@@ -796,8 +796,8 @@ seccnt_zero
call send_beacon
goto powerdown
- ;; this gets called whenver a byte was received from ihu
-byte_received
+ ;; this gets called whenver a message was received from ihu
+msg_received
call send_ack
clrf RX_STATE