From 21e162905d004c85f280d0e35b46d2b6cd990d36 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 23 Nov 2021 21:01:34 +0100 Subject: [PATCH] Correct pins --- variants/GD32E230C_START/variant.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/variants/GD32E230C_START/variant.h b/variants/GD32E230C_START/variant.h index 9be85c50..a9d96c9c 100644 --- a/variants/GD32E230C_START/variant.h +++ b/variants/GD32E230C_START/variant.h @@ -83,8 +83,8 @@ extern "C" { /* LED definitions */ #define LED1 PA7 #define LED2 PA8 -#define LED2 PA11 -#define LED3 PA12 +#define LED3 PA11 +#define LED4 PA12 #define LED_BUILTIN LED1 /* user keys definitions */