From 02b3b9c993153cc4b908806eb6a6e70b159c60c6 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Fri, 20 May 2022 16:43:13 -0700 Subject: [PATCH] lpc: More beeper fixes Signed-off-by: Keith Packard --- src/lpc/ao_beep_lpc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lpc/ao_beep_lpc.c b/src/lpc/ao_beep_lpc.c index af6281a5..546314fd 100644 --- a/src/lpc/ao_beep_lpc.c +++ b/src/lpc/ao_beep_lpc.c @@ -21,7 +21,7 @@ #define _cat(a,b) a##b #define cat(a,b) _cat(a,b) -#ifdef AO_LPC_BEEP_TIMER +#ifndef AO_LPC_BEEP_TIMER #define AO_LPC_BEEP_TIMER 1 #define AO_LPC_BEEP_CHANNEL 1 #endif -- 2.47.2