From b8096b768b612e9bdb51cdfcb43bb51d553fc977 Mon Sep 17 00:00:00 2001 From: ian Date: Tue, 27 Dec 2005 00:09:21 +0000 Subject: [PATCH] tick 10ms -> 1ms --- 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 a589da6..b229015 100644 --- a/detpic/common.inc +++ b/detpic/common.inc @@ -75,7 +75,7 @@ ; ; Master Slave ; Timer 0 nmra Disabled -; Timer 2 tick: 10ms, int. low - +; Timer 2 tick: 1ms, int. low - ; Timer 1 - - ; CCP1 - - ; Timer 3 point fire timer point fire timer diff --git a/detpic/program.clocks b/detpic/program.clocks index 4e57f2a..3dff162 100644 --- a/detpic/program.clocks +++ b/detpic/program.clocks @@ -10,4 +10,4 @@ #morse MS T0ov16 66ms points MS T3ov 10ms -tick MS T2period 10ms +tick MS T2period 1ms diff --git a/detpic/tick.asm b/detpic/tick.asm index 9c35fb0..981758c 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 10ms. +; we call _tick every 1ms. include common.inc code -- 2.30.2