From 46191fde622825609ef2a41b69cbc87ebe8581de Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 28 Jan 2012 00:55:00 +0000 Subject: cleanup git-svn-id: https://svn.spreadspace.org/mur.sat@236 7de4ea59-55d0-425e-a1af-a3118ea81d4c --- software/ttx/ttx.asm | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'software') diff --git a/software/ttx/ttx.asm b/software/ttx/ttx.asm index 19e7140..46a861e 100644 --- a/software/ttx/ttx.asm +++ b/software/ttx/ttx.asm @@ -116,7 +116,7 @@ complete EQU .7 btfss INTCON,INTF goto clk_1hz_int ext_int - bcf INTCON,INTF + bcf INTCON,INTF btfsc RX_STATE,complete goto interrupt_end bsf STATUS,RP0 @@ -160,15 +160,14 @@ clk_1hz_int bcf STATUS,RP0 btfss GPIO,CLK_1HZ goto clk_1hz_int_low - bcf INTCON,RAIF goto interrupt_end clk_1hz_int_low - bcf INTCON,RAIF movf SECCNT,f btfss STATUS,Z decf SECCNT,f + bcf INTCON,RAIF goto interrupt_end interrupt_end @@ -741,7 +740,7 @@ send_ack movf WSPACE,w call dottime - + movlw RX_CMD movwf FSR movf RX_STATE,w @@ -757,7 +756,7 @@ ack_next call dottime decfsz TMP1,f goto ack_next - + ;; movf ACK_DATA,w ;; call send_char movf CSPACE,w -- cgit v1.2.3