summaryrefslogtreecommitdiff
path: root/software
diff options
context:
space:
mode:
authorChristian Pointner <equinox@mur.at>2011-07-29 01:17:02 +0000
committerChristian Pointner <equinox@mur.at>2011-07-29 01:17:02 +0000
commit76de3a822247c25c575f715b740831d58d8cb887 (patch)
treeee9fe8028107c62926fa09bb8aae608782f15a2c /software
parentfirst working I2C code (diff)
tiny refactoring
git-svn-id: https://svn.spreadspace.org/mur.sat@69 7de4ea59-55d0-425e-a1af-a3118ea81d4c
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