mirror of https://github.com/ARMmbed/mbed-os.git
NUCLEO_F207ZG: change default SPI_MOSI pin to match Arduino standard
parent
3e653223d2
commit
e695db9944
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue