From ecf8569ea6ec8f0e54cb91129c9aa08894d7782c Mon Sep 17 00:00:00 2001 From: jdolecek Date: Mon, 22 Jan 2001 13:31:45 +0000 Subject: [PATCH] make beep_waveform[] const --- sys/arch/arm32/vidc/waveform.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/arm32/vidc/waveform.h b/sys/arch/arm32/vidc/waveform.h index 14f3fd0934b4..f3f082021f9e 100644 --- a/sys/arch/arm32/vidc/waveform.h +++ b/sys/arch/arm32/vidc/waveform.h @@ -1,4 +1,4 @@ -/* $NetBSD: waveform.h,v 1.3 1997/10/14 12:03:20 mark Exp $ */ +/* $NetBSD: waveform.h,v 1.4 2001/01/22 13:31:45 jdolecek Exp $ */ /* * Copyright (c) 1994,1995 Mark Brinicombe. @@ -33,7 +33,7 @@ * SUCH DAMAGE. */ -static unsigned char beep_waveform[] = { +static const unsigned char beep_waveform[] = { 0x00, 0x06, 0x18, 0x2a, 0x3e, 0x4a, 0x54, 0x60, 0x64, 0x68, 0x6a, 0x6a, 0x66, 0x62, 0x54, 0x3e, 0x00, 0x45, 0x61, 0x6f, 0x7f, 0x87, 0x8d, 0x91,