From 259face4f72ae35ea6f645f90d092d1a7c2ea57a Mon Sep 17 00:00:00 2001 From: ian Date: Sun, 20 Nov 2005 01:54:05 +0000 Subject: [PATCH] speed up by 2x --- detpic/panic.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/detpic/panic.asm b/detpic/panic.asm index 481b94b..fb02143 100644 --- a/detpic/panic.asm +++ b/detpic/panic.asm @@ -49,8 +49,8 @@ panic_routine bc_f T0CON,5 ; timer0 use internal clock bc_f T0CON,3 ; use prescaler bc_f T0CON,2 ; } - bs_f T0CON,1 ; } prescale value 1:16 (13ms x 16) - bs_f T0CON,0 ; } + bs_f T0CON,1 ; } prescale value 1:8 (13ms x 8) + bc_f T0CON,0 ; } ; get # bytes of morse msg, # registers in panic readout, message start addr. ; back from condensed message start addr. stored in panic_address -- 2.30.2