diff options
author | Christian Pointner <equinox@mur.at> | 2012-01-29 11:26:09 +0000 |
---|---|---|
committer | Christian Pointner <equinox@mur.at> | 2012-01-29 11:26:09 +0000 |
commit | 55ab857eed3c8a21e883a9e15cb2ef835a73978a (patch) | |
tree | da689c982990b5d29232d41dbe56a34354463a9f /software/ttx/ttx.asm | |
parent | added aknowledge pulse to ihu-ttx communication (diff) |
make sure FST + IRP are fitting
git-svn-id: https://svn.spreadspace.org/mur.sat@240 7de4ea59-55d0-425e-a1af-a3118ea81d4c
Diffstat (limited to 'software/ttx/ttx.asm')
-rw-r--r-- | software/ttx/ttx.asm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/software/ttx/ttx.asm b/software/ttx/ttx.asm index 0f75420..e579a3b 100644 --- a/software/ttx/ttx.asm +++ b/software/ttx/ttx.asm @@ -129,6 +129,7 @@ ext_int movwf RX_FSR_TMP movlw RX_CMD movwf FSR + bcf STATUS,IRP call rx_byte movlw b'00001111' andwf RX_CMD,w @@ -364,6 +365,7 @@ callsign ;; INIT init ;; bank 1 + bcf STATUS,IRP bsf STATUS,RP0 bcf STATUS,RP1 @@ -675,6 +677,7 @@ send_cnt movwf TMP1 movlw TMP1 movwf FSR + bcf STATUS,IRP movlw .3 call send_base32 return @@ -749,6 +752,7 @@ send_ack movlw RX_CMD movwf FSR + bcf STATUS,IRP movf RX_STATE,w andlw b'00001111' movwf TMP1 |