boards: mro_ctrl-zero-h7-oem board.h fix SPI5 (#18294)

- fix spi pin missmatch PF9=GPIO_SPI5_MOSI_2
This commit is contained in:
achim 2021-09-26 02:05:18 +02:00 committed by GitHub
parent e4b0fa25a2
commit c67d943158
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -265,7 +265,7 @@
#define GPIO_SPI5_SCK ADJ_SLEW_RATE(GPIO_SPI5_SCK_1) /* PF7 */
#define GPIO_SPI5_MISO GPIO_SPI5_MISO_1 /* PF8 */
#define GPIO_SPI5_MOSI GPIO_SPI5_MOSI_1 /* PF9 */
#define GPIO_SPI5_MOSI GPIO_SPI5_MOSI_2 /* PF9 */
/* I2C */