From a66780bfd685ddee4cebc8b75c151caeaac3dff3 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 23 Jul 2011 02:46:21 +0000 Subject: ttx cleanup git-svn-id: https://svn.spreadspace.org/mur.sat@41 7de4ea59-55d0-425e-a1af-a3118ea81d4c --- software/ttx/ttx.asm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'software/ttx') 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 -- cgit v1.2.3