mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-13 11:29:58 +03:00
h7: spi: SPI1 MISO add PG9 as AF option (#14144)
This commit is contained in:
parent
c513b102b6
commit
8966558d3e
1 changed files with 1 additions and 0 deletions
|
@ -184,6 +184,7 @@ const spiHardware_t spiHardware[] = {
|
||||||
.misoPins = {
|
.misoPins = {
|
||||||
{ DEFIO_TAG_E(PA6), GPIO_AF5_SPI1 },
|
{ DEFIO_TAG_E(PA6), GPIO_AF5_SPI1 },
|
||||||
{ DEFIO_TAG_E(PB4), GPIO_AF5_SPI1 },
|
{ DEFIO_TAG_E(PB4), GPIO_AF5_SPI1 },
|
||||||
|
{ DEFIO_TAG_E(PG9), GPIO_AF5_SPI1 },
|
||||||
},
|
},
|
||||||
.mosiPins = {
|
.mosiPins = {
|
||||||
{ DEFIO_TAG_E(PA7), GPIO_AF5_SPI1 },
|
{ DEFIO_TAG_E(PA7), GPIO_AF5_SPI1 },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue