From 6b356068cb826a6daebabffbe0caffc9f70c72c7 Mon Sep 17 00:00:00 2001 From: achim Date: Wed, 23 Jun 2021 21:00:20 +0200 Subject: [PATCH] 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 --- boards/mro/x21-777/nuttx-config/include/board.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/mro/x21-777/nuttx-config/include/board.h b/boards/mro/x21-777/nuttx-config/include/board.h index fc1bb5de88..04cc6c1acd 100644 --- a/boards/mro/x21-777/nuttx-config/include/board.h +++ b/boards/mro/x21-777/nuttx-config/include/board.h @@ -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