diff options
author | Christian Pointner <equinox@mur.at> | 2011-07-25 20:44:26 +0000 |
---|---|---|
committer | Christian Pointner <equinox@mur.at> | 2011-07-25 20:44:26 +0000 |
commit | 8ef08f5cb0479575375ac5becfbaf2e160c373c8 (patch) | |
tree | 0456a5fb1dfbb64c599b784583caafe0445cd15c /software | |
parent | updatd 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')
-rw-r--r-- | software/ttx/ttx.asm | 2 |
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 |