diff options
author | Christian Pointner <equinox@mur.at> | 2011-05-04 22:35:54 +0000 |
---|---|---|
committer | Christian Pointner <equinox@mur.at> | 2011-05-04 22:35:54 +0000 |
commit | 4bafe7f5a250e22c8e650aab383ca8712c4919ac (patch) | |
tree | 2677a633d1a16d9a6dd2c57329751c5e3f94c50c /software/ttx/ttx.asm | |
parent | fixed copyright email address (diff) |
switched to hight cw speed
git-svn-id: https://svn.spreadspace.org/mur.sat@17 7de4ea59-55d0-425e-a1af-a3118ea81d4c
Diffstat (limited to 'software/ttx/ttx.asm')
-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 d7282e0..c1c65fd 100644 --- a/software/ttx/ttx.asm +++ b/software/ttx/ttx.asm @@ -48,7 +48,7 @@ DOT EQU .85 DASH EQU .255 ESPACE EQU .85 CSPACE EQU .255 -CWSPEED EQU .168 +CWSPEED EQU .100 DOTCNT0 EQU H'0010' DOTCNT1 EQU H'0011' |