NUCLEO_F207ZG: change default SPI_MOSI pin to match Arduino standard

pull/13583/head
jeromecoutant 2020-09-09 10:37:24 +02:00
parent 3e653223d2
commit e695db9944
1 changed files with 1 additions and 1 deletions

View File

@ -266,7 +266,7 @@ typedef enum {
USBRX = STDIO_UART_RX,
I2C_SCL = D15,
I2C_SDA = D14,
SPI_MOSI = PB_5, // Conflict between D11 and RMII RX Data Valid (PA7)
SPI_MOSI = D11, // Warning: Conflict between D11 and RMII RX Data Valid (PA7)
SPI_MISO = D12,
SPI_SCK = D13,
SPI_CS = D10,