From 264830bed8c7ee9e8152dba68aaf473afad13be9 Mon Sep 17 00:00:00 2001 From: ian Date: Mon, 5 Dec 2005 03:31:12 +0000 Subject: [PATCH] actually call point_timer_init --- detpic/points.asm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/detpic/points.asm b/detpic/points.asm index 79a7737..545d7c7 100644 --- a/detpic/points.asm +++ b/detpic/points.asm @@ -129,6 +129,8 @@ points_init ; Initialises tables for points ; Clears TRIS* bits for all points and sets each pin to `not triggering' + rcall point_timer_init + ; We do this in two stages. ; Firstly, we scan the bitmap for this pic, setting ; ptix2bitlat to 0xff,0x00 for used points and 0x00,0x00 -- 2.30.2