mirror of
https://github.com/italicsjenga/rp-hal-boards.git
synced 2024-12-23 12:41:31 +11:00
Match Seeeduino XIAO pin name to function (#396)
This commit is contained in:
parent
12387bcf09
commit
d0eaca63ef
|
@ -27,7 +27,7 @@ hal::bsp_pins!(
|
|||
aliases: { FunctionUart: UartRx, FunctionSpi: Csn }
|
||||
},
|
||||
Gpio2 {
|
||||
name: d8,
|
||||
name: sck,
|
||||
aliases: { FunctionSpi: Sck }
|
||||
},
|
||||
Gpio3 {
|
||||
|
|
Loading…
Reference in a new issue