From: Keith Packard Date: Fri, 20 May 2022 23:43:13 +0000 (-0700) Subject: lpc: More beeper fixes X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=02b3b9c993153cc4b908806eb6a6e70b159c60c6;p=fw%2Faltos lpc: More beeper fixes Signed-off-by: Keith Packard --- 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