mirror of
https://github.com/italicsjenga/rp-hal-boards.git
synced 2024-12-23 20:51:31 +11:00
Fix incorrect pin for speaker
This commit is contained in:
parent
3c4d8f0b43
commit
5e4805ab2c
|
@ -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 }
|
||||||
|
|
Loading…
Reference in a new issue