Skip to content

Commit e3d26ed

Browse files
pilotakAGlass0fMilk
authored andcommitted
delete LED2-4 and buttons
1 parent 16ac412 commit e3d26ed

File tree

1 file changed

+0
-12
lines changed
  • targets/TARGET_STM/TARGET_STM32G0/TARGET_STM32G031xx/TARGET_NUCLEO_G031K8

1 file changed

+0
-12
lines changed

targets/TARGET_STM/TARGET_STM32G0/TARGET_STM32G031xx/TARGET_NUCLEO_G031K8/PinNames.h

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -171,16 +171,6 @@ typedef enum {
171171

172172
// Generic signals namings
173173
LED1 = PC_6,
174-
LED2 = PC_6,
175-
LED3 = PC_6,
176-
LED4 = PC_6,
177-
178-
179-
180-
// This board does not have any buttons (aside from reset)
181-
USER_BUTTON = PC_13,
182-
// Standardized button names
183-
BUTTON1 = USER_BUTTON,
184174
SERIAL_TX = STDIO_UART_TX,
185175
SERIAL_RX = STDIO_UART_RX,
186176
USBTX = STDIO_UART_TX,
@@ -193,8 +183,6 @@ typedef enum {
193183
SPI_CS = PB_0,
194184
PWM_OUT = PB_3,
195185

196-
197-
198186
/**** OSCILLATOR pins ****/
199187
RCC_OSC32_EN = PC_15,
200188
RCC_OSC32_IN = PC_14,

0 commit comments

Comments
 (0)