Skip to content

Commit 58e02fa

Browse files
authored
Merge pull request #129 from RIT-EVT/bug/tmb5932/spi3
the Sapient Primate Intelligence 3: return to monkey (SPI3 bug)
2 parents 39b624b + 0f68699 commit 58e02fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/core/io/platform/f4xx/SPIf4xx.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ SPIf4xx::SPIf4xx(GPIO* CSPins[], uint8_t pinLength, Pin sckPin, Pin mosiPin, Pin
104104
if (!__HAL_RCC_SPI3_IS_CLK_ENABLED()) {
105105
__HAL_RCC_SPI3_CLK_ENABLE();
106106
}
107-
altId = GPIO_AF5_SPI3;
107+
altId = GPIO_AF6_SPI3;
108108
break;
109109
#endif
110110
default:

0 commit comments

Comments
 (0)