diff options
author | Christian Pointner <equinox@mur.at> | 2011-07-30 22:00:11 +0000 |
---|---|---|
committer | Christian Pointner <equinox@mur.at> | 2011-07-30 22:00:11 +0000 |
commit | 5844a7081fdd71c9195cde164904db7c8f4abb56 (patch) | |
tree | dbaac9e0c2c06bcc759bf0ed9e8e323f8617096f /software/ihu/ihu.asm | |
parent | no timer1 anymore using rtc clkout capability (diff) |
resetting ttx while rtc gets configured (clock out)
git-svn-id: https://svn.spreadspace.org/mur.sat@81 7de4ea59-55d0-425e-a1af-a3118ea81d4c
Diffstat (limited to 'software/ihu/ihu.asm')
-rw-r--r-- | software/ihu/ihu.asm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/software/ihu/ihu.asm b/software/ihu/ihu.asm index 97a36b3..197665a 100644 --- a/software/ihu/ihu.asm +++ b/software/ihu/ihu.asm @@ -211,9 +211,6 @@ init bsf PORTD,DTMF_PWRDWN bcf PORTD,TTX_RESET ;reset TTX - nop - nop - bsf PORTD,TTX_RESET bcf PORTD,TTX_SCL bcf PORTD,TTX_SDA clrf TMR0 @@ -222,6 +219,7 @@ init clrf TMP call rtc_init + bsf PORTD,TTX_RESET goto main ;; ------------------------------------- |