From: Keith Packard Date: Fri, 28 Oct 2022 02:25:02 +0000 (-0700) Subject: easymotor-v3: Fix beeper config X-Git-Tag: 1.9.12~1^2~15 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=7172638c3810f6c39e4262fa80edf5ef0dec62d8;p=fw%2Faltos easymotor-v3: Fix beeper config the branch had different beeper config code than mainline. Signed-off-by: Keith Packard --- 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