summaryrefslogtreecommitdiff
path: root/software/ihu/ihu.asm
diff options
context:
space:
mode:
authorChristian Pointner <equinox@mur.at>2012-01-29 11:28:26 +0000
committerChristian Pointner <equinox@mur.at>2012-01-29 11:28:26 +0000
commit7c478be0ee2084b338cf3c0d742e28931a04f6bc (patch)
tree60962e6b9388cd0ed2f3d93a8c32976ef8bfd83e /software/ihu/ihu.asm
parentmake sure FST + IRP are fitting (diff)
fixed ack pulse
git-svn-id: https://svn.spreadspace.org/mur.sat@241 7de4ea59-55d0-425e-a1af-a3118ea81d4c
Diffstat (limited to 'software/ihu/ihu.asm')
-rw-r--r--software/ihu/ihu.asm7
1 files changed, 5 insertions, 2 deletions
diff --git a/software/ihu/ihu.asm b/software/ihu/ihu.asm
index c213698..d2ae016 100644
--- a/software/ihu/ihu.asm
+++ b/software/ihu/ihu.asm
@@ -301,9 +301,10 @@ init
movwf DTMF_BUF_PTR
clrf DTMF_CS
- bcf PORTD,TTX_RESET ;reset TTX
bcf PORTD,TTX_SCL
bcf PORTD,TTX_SDA
+ nop
+ bcf PORTD,TTX_RESET ;reset TTX
clrf TMR0
bsf INTCON,GIE
@@ -394,9 +395,11 @@ main_read_bytes
movlw BUF
movwf FSR
- movlw 0xA2
+ movlw 0xA0
call ttx_send
+ goto main
+
xorlw .0
btfss STATUS,Z
goto main_error