From 1bc629139e76434aa626048a855bb17b65b3c26b Mon Sep 17 00:00:00 2001 From: Mark Haslinghuis Date: Sun, 31 Dec 2023 18:13:10 +0100 Subject: [PATCH] Fix HGLRCF722MINIV2 resource (#282) --- configs/HGLRCF722MINIV2/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/HGLRCF722MINIV2/config.h b/configs/HGLRCF722MINIV2/config.h index 3f4b4066..f644190e 100644 --- a/configs/HGLRCF722MINIV2/config.h +++ b/configs/HGLRCF722MINIV2/config.h @@ -68,7 +68,7 @@ #define SPI3_SCK_PIN PC10 #define SPI1_SDI_PIN PA6 #define SPI2_SDI_PIN PB14 -#define SPI2_SDI_PIN PC11 +#define SPI3_SDI_PIN PC11 #define SPI1_SDO_PIN PA7 #define SPI2_SDO_PIN PB15 #define SPI3_SDO_PIN PC12