lpc: More beeper fixes
authorKeith Packard <keithp@keithp.com>
Fri, 20 May 2022 23:43:13 +0000 (16:43 -0700)
committerKeith Packard <keithp@keithp.com>
Fri, 20 May 2022 23:43:13 +0000 (16:43 -0700)
Signed-off-by: Keith Packard <keithp@keithp.com>
src/lpc/ao_beep_lpc.c

index af6281a5a8bfdcf3e94b66976b2ffecca8036377..546314fd1e8ef4a9054f842b4a796df73f7adf6d 100644 (file)
@@ -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