boards: mro_x21-777 board.h fix SPI 2 SCK pin

- SPI 2 had the wrong SCK PIN -> PB10 instead of PB13 -> accidentally the kill pin
could be probably wrong on other mro boards
This commit is contained in:
achim 2021-06-23 21:00:20 +02:00 committed by GitHub
parent 9cedb169fc
commit 6b356068cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -281,5 +281,5 @@
#define GPIO_SPI2_MISO GPIO_SPI2_MISO_1
#define GPIO_SPI2_MOSI GPIO_SPI2_MOSI_1
#define GPIO_SPI2_SCK GPIO_SPI2_SCK_2
#define GPIO_SPI2_SCK GPIO_SPI2_SCK_3