1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-13 03:20:00 +03:00

h7: spi: SPI1 MISO add PG9 as AF option (#14144)

This commit is contained in:
Jacob Dahl 2025-01-13 05:57:05 -09:00 committed by GitHub
parent c513b102b6
commit 8966558d3e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -184,6 +184,7 @@ const spiHardware_t spiHardware[] = {
.misoPins = {
{ DEFIO_TAG_E(PA6), GPIO_AF5_SPI1 },
{ DEFIO_TAG_E(PB4), GPIO_AF5_SPI1 },
{ DEFIO_TAG_E(PG9), GPIO_AF5_SPI1 },
},
.mosiPins = {
{ DEFIO_TAG_E(PA7), GPIO_AF5_SPI1 },