diff options
author | Christian Pointner <equinox@mur.at> | 2011-07-23 02:46:21 +0000 |
---|---|---|
committer | Christian Pointner <equinox@mur.at> | 2011-07-23 02:46:21 +0000 |
commit | a66780bfd685ddee4cebc8b75c151caeaac3dff3 (patch) | |
tree | 5ced61c12ab80a9fd48e33c3bff84bf6c9530521 /software | |
parent | BEACON_INT is a variable now (diff) |
ttx cleanup
git-svn-id: https://svn.spreadspace.org/mur.sat@41 7de4ea59-55d0-425e-a1af-a3118ea81d4c
Diffstat (limited to 'software')
-rw-r--r-- | software/ttx/ttx.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/software/ttx/ttx.asm b/software/ttx/ttx.asm index 69f56cf..06a56a9 100644 --- a/software/ttx/ttx.asm +++ b/software/ttx/ttx.asm @@ -40,10 +40,10 @@ DOT EQU .256 - .29 DASH EQU .256 - .87 -ESPACE EQU .256 - .29 -CSPACE EQU .256 - .87 +ESPACE EQU DOT +CSPACE EQU DASH WSPACE EQU .256 - .203 -ENABLE_TIME EQU .256 - .10 +ENABLE_TIME EQU DOT BCONINT_DEF EQU .10 ; *2 = Beacon Interval in seconds ;; I/O Pins |