forked from Archive/PX4-Autopilot
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:
parent
9cedb169fc
commit
6b356068cb
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue