Fix incorrect pin for speaker

This commit is contained in:
9names 2022-05-16 22:07:10 +10:00
parent 3c4d8f0b43
commit 5e4805ab2c

View file

@ -37,7 +37,7 @@ hal::bsp_pins!(
Gpio14 { Gpio14 {
name: speaker_shutdown name: speaker_shutdown
}, },
Gpio15 { name: speaker }, Gpio16 { name: speaker },
Gpio17 { Gpio17 {
name: encoder_rota, name: encoder_rota,
aliases: { PullUpInput: RotaryA } aliases: { PullUpInput: RotaryA }