mirror of
https://github.com/italicsjenga/rp-hal-boards.git
synced 2024-12-23 12:41:31 +11:00
Merge pull request #381 from 9names/adafruit_macropad_fix_speaker_pin
Fix pin number for speaker in adafruit macropad bsp
This commit is contained in:
commit
7d11e2f15e
|
@ -37,7 +37,7 @@ hal::bsp_pins!(
|
|||
Gpio14 {
|
||||
name: speaker_shutdown
|
||||
},
|
||||
Gpio15 { name: speaker },
|
||||
Gpio16 { name: speaker },
|
||||
Gpio17 {
|
||||
name: encoder_rota,
|
||||
aliases: { PullUpInput: RotaryA }
|
||||
|
|
Loading…
Reference in a new issue