Skip to content

Commit adc8c51

Browse files
committed
fix(variant): define Nucleo-L432KC USER_BTN to PNUM_NOT_DEFINED
Fixes #2971. Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
1 parent bc21685 commit adc8c51

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

variants/STM32L4xx/L432K(B-C)U_L442KCU/variant_NUCLEO_L432KC.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@
5757
#ifndef LED_BUILTIN
5858
#define LED_BUILTIN PB3
5959
#endif
60-
#define LED_GREEN LED_BUILTIN
60+
#define LED_GREEN LED_BUILTIN
6161

6262
// On-board user button
6363
#ifndef USER_BTN
64-
#define USER_BTN PA8
64+
#define USER_BTN PNUM_NOT_DEFINED
6565
#endif
6666

6767
// I2C Definitions

0 commit comments

Comments
 (0)