From d8a03d04a72a2aee6f3b745f2d536ba4d3505358 Mon Sep 17 00:00:00 2001 From: David Sidrane Date: Thu, 22 Oct 2020 01:26:41 -0700 Subject: [PATCH] nxp_rddrone-uavcan146:Fixed wrong SPI CLK Pin --- boards/nxp/rddrone-uavcan146/nuttx-config/include/board.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/nxp/rddrone-uavcan146/nuttx-config/include/board.h b/boards/nxp/rddrone-uavcan146/nuttx-config/include/board.h index a8ae063049..61358f900d 100644 --- a/boards/nxp/rddrone-uavcan146/nuttx-config/include/board.h +++ b/boards/nxp/rddrone-uavcan146/nuttx-config/include/board.h @@ -139,7 +139,7 @@ /* SPI selections ***********************************************************/ -#define PIN_LPSPI0_SCK PIN_LPSPI0_SCK_2 /* PTB2 */ +#define PIN_LPSPI0_SCK PIN_LPSPI0_SCK_3 /* PTB2 */ #define PIN_LPSPI0_MISO PIN_LPSPI0_SIN_2 /* PTB3 */ #define PIN_LPSPI0_MOSI PIN_LPSPI0_SOUT_3 /* PTB4 */ #define PIN_LPSPI0_PCS PIN_LPSPI0_PCS0_2 /* PTB5 */