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

Add PB0 to AT32 SPI3 mosi pins (#14324)

This commit is contained in:
Mark Haslinghuis 2025-04-02 19:16:36 +02:00 committed by GitHub
parent 472cc2b84a
commit ab5449c9b1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -403,6 +403,7 @@ const spiHardware_t spiHardware[] = {
{ DEFIO_TAG_E(PC11), GPIO_MUX_6},
},
.mosiPins = {
{ DEFIO_TAG_E(PB0), GPIO_MUX_7},
{ DEFIO_TAG_E(PB2), GPIO_MUX_7},
{ DEFIO_TAG_E(PB5), GPIO_MUX_6},
{ DEFIO_TAG_E(PC12), GPIO_MUX_6},