From 8bd7979da0b89b2757f2dcb3818f92189d05c8ae Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 7 Jun 2012 17:43:11 +0000 Subject: improved port pin assigments git-svn-id: https://svn.spreadspace.org/mur.sat@512 7de4ea59-55d0-425e-a1af-a3118ea81d4c --- software/ctr/ttx.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'software/ctr/ttx.inc') diff --git a/software/ctr/ttx.inc b/software/ctr/ttx.inc index 2e45f28..278574a 100644 --- a/software/ctr/ttx.inc +++ b/software/ctr/ttx.inc @@ -65,13 +65,13 @@ send_char xorwf PARITY,f char_next_element - bsf PORTA,CW_OUT + bsf CW_OUT btfss ELEMENT,7 movf DOT,w btfsc ELEMENT,7 movf DASH,w call dottime - bcf PORTA,CW_OUT + bcf CW_OUT rlf ELEMENT,f @@ -260,7 +260,7 @@ send_parity ;; ------------------------------------- send_beacon - bsf PORTA,CW_ENABLE + bsf CW_ENABLE movf TUNE,w call dottime clrf PARITY @@ -289,6 +289,6 @@ send_beacon ;; TODO write new cnt value to EEPROM beacon_end - bcf PORTA,CW_ENABLE + bcf CW_ENABLE return ;; ------------------------------------- -- cgit v1.2.3