From 0bf7e9229686730d473a1999fe7d775bba285501 Mon Sep 17 00:00:00 2001 From: ian Date: Tue, 27 Dec 2005 00:12:39 +0000 Subject: [PATCH] tick 1ms -> 10ms again --- detpic/common.inc | 2 +- detpic/program.clocks | 2 +- detpic/tick.asm | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/detpic/common.inc b/detpic/common.inc index b229015..a589da6 100644 --- a/detpic/common.inc +++ b/detpic/common.inc @@ -75,7 +75,7 @@ ; ; Master Slave ; Timer 0 nmra Disabled -; Timer 2 tick: 1ms, int. low - +; Timer 2 tick: 10ms, int. low - ; Timer 1 - - ; CCP1 - - ; Timer 3 point fire timer point fire timer diff --git a/detpic/program.clocks b/detpic/program.clocks index 3dff162..4e57f2a 100644 --- a/detpic/program.clocks +++ b/detpic/program.clocks @@ -10,4 +10,4 @@ #morse MS T0ov16 66ms points MS T3ov 10ms -tick MS T2period 1ms +tick MS T2period 10ms diff --git a/detpic/tick.asm b/detpic/tick.asm index 981758c..9c35fb0 100644 --- a/detpic/tick.asm +++ b/detpic/tick.asm @@ -2,7 +2,7 @@ ; TICK - REGULAR 10MS TIMER INTERRUPT ; ; after tick_init, and after interrupts enabled, -; we call _tick every 1ms. +; we call _tick every 10ms. include common.inc code -- 2.30.2