summaryrefslogtreecommitdiff
path: root/software/ttx
diff options
context:
space:
mode:
authorChristian Pointner <equinox@mur.at>2011-07-25 03:16:27 +0000
committerChristian Pointner <equinox@mur.at>2011-07-25 03:16:27 +0000
commitb78263418ff7b14255a250569a03df05123ff56f (patch)
tree3cf4b3a079fa3e876792ea2bb37aa8ca43754cf5 /software/ttx
parentfirst working communication between ihu and ttx (diff)
communication speed ihu -> ttx is now right
git-svn-id: https://svn.spreadspace.org/mur.sat@55 7de4ea59-55d0-425e-a1af-a3118ea81d4c
Diffstat (limited to 'software/ttx')
-rw-r--r--software/ttx/ttx.asm5
1 files changed, 1 insertions, 4 deletions
diff --git a/software/ttx/ttx.asm b/software/ttx/ttx.asm
index 454e10c..e01374c 100644
--- a/software/ttx/ttx.asm
+++ b/software/ttx/ttx.asm
@@ -114,9 +114,6 @@ ext_int
bcf STATUS,RP0
movlw .8
movwf RX_CNT
-ext_int_clk_low
- btfsc GPIO,SCLK
- goto ext_int_clk_low
ext_int_clk_high
btfss GPIO,SCLK
goto ext_int_clk_high
@@ -134,7 +131,7 @@ ext_int_clk_high
ext_int_rx_next
rlf RX_BYTE,f
- goto ext_int_clk_low
+ goto ext_int_clk_high
tmr1_int
bcf STATUS,RP0