From f0c9c394ecdb1f1247ad84cc2ace80dd0f41bb17 Mon Sep 17 00:00:00 2001 From: uch Date: Sun, 17 Feb 2002 21:02:16 +0000 Subject: [PATCH] fix #ifdef condition --- sys/arch/hpcsh/hpcsh/debug.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/hpcsh/hpcsh/debug.c b/sys/arch/hpcsh/hpcsh/debug.c index 04c7f8430664..40fd7977646f 100644 --- a/sys/arch/hpcsh/hpcsh/debug.c +++ b/sys/arch/hpcsh/hpcsh/debug.c @@ -1,4 +1,4 @@ -/* $NetBSD: debug.c,v 1.5 2002/02/13 16:25:35 uch Exp $ */ +/* $NetBSD: debug.c,v 1.6 2002/02/17 21:02:16 uch Exp $ */ /*- * Copyright (c) 2001, 2002 The NetBSD Foundation, Inc. @@ -42,6 +42,7 @@ #include #include +#ifdef INTERRUPT_MONITOR static struct intr_state_rgb16 { int cnt; int phase; @@ -58,7 +59,6 @@ static struct intr_state_rgb16 { { 0, 0, RGB565_WHITE }, }; -#ifdef INTERRUPT_MONITOR void __dbg_heart_beat(enum heart_beat cause) /* 16bpp R:G:B = 5:6:5 only */ {