From 4ebaafd7ad1ad4ecf2b2d66529b32f0aade1e638 Mon Sep 17 00:00:00 2001 From: Alexandre Bourdiol Date: Tue, 23 Aug 2022 17:06:21 +0200 Subject: [PATCH] fix: Nucleo G474RE: define LED_BUILTIN in the proper way It should have no impact. Signed-off-by: Alexandre Bourdiol --- .../variant_NUCLEO_G474RE.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/variants/STM32G4xx/G473R(B-C-E)T_G474R(B-C-E)T_G483RET_G484RET/variant_NUCLEO_G474RE.h b/variants/STM32G4xx/G473R(B-C-E)T_G474R(B-C-E)T_G483RET_G484RET/variant_NUCLEO_G474RE.h index 6db9f64d11..c5270bdeeb 100644 --- a/variants/STM32G4xx/G473R(B-C-E)T_G474R(B-C-E)T_G483RET_G484RET/variant_NUCLEO_G474RE.h +++ b/variants/STM32G4xx/G473R(B-C-E)T_G474R(B-C-E)T_G483RET_G484RET/variant_NUCLEO_G474RE.h @@ -138,10 +138,10 @@ #define NUM_ANALOG_INPUTS 13 // On-board LED pin number +#define LED_GREEN PA5 #ifndef LED_BUILTIN - #define LED_BUILTIN PA5 + #define LED_BUILTIN LED_GREEN #endif -#define LED_GREEN LED_BUILTIN // On-board user button #ifndef USER_BTN pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy