summaryrefslogtreecommitdiff
path: root/software/ttx
diff options
context:
space:
mode:
authorChristian Pointner <equinox@mur.at>2011-07-25 20:44:26 +0000
committerChristian Pointner <equinox@mur.at>2011-07-25 20:44:26 +0000
commit8ef08f5cb0479575375ac5becfbaf2e160c373c8 (patch)
tree0456a5fb1dfbb64c599b784583caafe0445cd15c /software/ttx
parentupdatd ihu-ttx proto (diff)
fixed cw generation
git-svn-id: https://svn.spreadspace.org/mur.sat@59 7de4ea59-55d0-425e-a1af-a3118ea81d4c
Diffstat (limited to 'software/ttx')
-rw-r--r--software/ttx/ttx.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/software/ttx/ttx.asm b/software/ttx/ttx.asm
index fcffa42..9d209a8 100644
--- a/software/ttx/ttx.asm
+++ b/software/ttx/ttx.asm
@@ -452,7 +452,7 @@ char_next_element
return
char_espace
- movf ESPACE,f
+ movf ESPACE,w
call dottime
goto char_next_element