summaryrefslogtreecommitdiff
path: root/software/ctr/ttx.inc
diff options
context:
space:
mode:
Diffstat (limited to 'software/ctr/ttx.inc')
-rw-r--r--software/ctr/ttx.inc8
1 files changed, 4 insertions, 4 deletions
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
;; -------------------------------------