summaryrefslogtreecommitdiff
path: root/quantum
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2021-04-19 07:32:45 +0000
committerQMK Bot <hello@qmk.fm>2021-04-19 07:32:45 +0000
commit2c0b3649fbd4949ce201cdc307610254b10dfe44 (patch)
tree71c8631523ee1d71ea09324baeacb64755529084 /quantum
parent0235fc7ab2fbc79637b6b6fcf2513fbb40770310 (diff)
parentfe9bd0afb9a45dbad9ca06bd496e2cf72a080dac (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'quantum')
-rw-r--r--quantum/audio/driver_chibios_dac_basic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/audio/driver_chibios_dac_basic.c b/quantum/audio/driver_chibios_dac_basic.c
index b8cec5ff1b..fac6513506 100644
--- a/quantum/audio/driver_chibios_dac_basic.c
+++ b/quantum/audio/driver_chibios_dac_basic.c
@@ -101,7 +101,7 @@ static const DACConversionGroup dac_conv_grp_ch2 = {.num_channels = 1U, .trigger
void channel_1_start(void) {
gptStart(&GPTD6, &gpt6cfg1);
gptStartContinuous(&GPTD6, 2U);
- palSetPadMode(GPIOA, 5, PAL_MODE_INPUT_ANALOG);
+ palSetPadMode(GPIOA, 4, PAL_MODE_INPUT_ANALOG);
}
void channel_1_stop(void) {