From 7172638c3810f6c39e4262fa80edf5ef0dec62d8 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Thu, 27 Oct 2022 19:25:02 -0700 Subject: [PATCH] easymotor-v3: Fix beeper config the branch had different beeper config code than mainline. Signed-off-by: Keith Packard --- src/easymotor-v3/ao_pins.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/easymotor-v3/ao_pins.h b/src/easymotor-v3/ao_pins.h index c54c7f0e..856c7639 100644 --- a/src/easymotor-v3/ao_pins.h +++ b/src/easymotor-v3/ao_pins.h @@ -62,10 +62,10 @@ #define HAS_PAD_REPORT 1 /* Beeper is on pio0_1 ct32b0_mat2 */ -#define BEEPER_PORT 0 -#define BEEPER_PIN 1 -#define BEEPER_TIMER 0 -#define BEEPER_OUTPUT 2 +#define AO_LPC_BEEP_PORT 0 +#define AO_LPC_BEEP_PIN 1 +#define AO_LPC_BEEP_TIMER 0 +#define AO_LPC_BEEP_CHANNEL 2 #define HAS_RADIO 0 #define HAS_TELEMETRY 0 -- 2.30.2