mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
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:
@@ -281,5 +281,5 @@
|
|||||||
|
|
||||||
#define GPIO_SPI2_MISO GPIO_SPI2_MISO_1
|
#define GPIO_SPI2_MISO GPIO_SPI2_MISO_1
|
||||||
#define GPIO_SPI2_MOSI GPIO_SPI2_MOSI_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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user