summaryrefslogtreecommitdiff
path: root/software/ttx
diff options
context:
space:
mode:
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