From e3d26ed888492178d8f95730a7ee6a1520fca131 Mon Sep 17 00:00:00 2001 From: Pavel Slama Date: Thu, 13 Aug 2020 15:52:12 +0200 Subject: [PATCH] delete LED2-4 and buttons --- .../TARGET_NUCLEO_G031K8/PinNames.h | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/targets/TARGET_STM/TARGET_STM32G0/TARGET_STM32G031xx/TARGET_NUCLEO_G031K8/PinNames.h b/targets/TARGET_STM/TARGET_STM32G0/TARGET_STM32G031xx/TARGET_NUCLEO_G031K8/PinNames.h index 46fa1635de..902354bbc1 100644 --- a/targets/TARGET_STM/TARGET_STM32G0/TARGET_STM32G031xx/TARGET_NUCLEO_G031K8/PinNames.h +++ b/targets/TARGET_STM/TARGET_STM32G0/TARGET_STM32G031xx/TARGET_NUCLEO_G031K8/PinNames.h @@ -171,16 +171,6 @@ typedef enum { // Generic signals namings LED1 = PC_6, - LED2 = PC_6, - LED3 = PC_6, - LED4 = PC_6, - - - - // This board does not have any buttons (aside from reset) - USER_BUTTON = PC_13, - // Standardized button names - BUTTON1 = USER_BUTTON, SERIAL_TX = STDIO_UART_TX, SERIAL_RX = STDIO_UART_RX, USBTX = STDIO_UART_TX, @@ -193,8 +183,6 @@ typedef enum { SPI_CS = PB_0, PWM_OUT = PB_3, - - /**** OSCILLATOR pins ****/ RCC_OSC32_EN = PC_15, RCC_OSC32_IN = PC_14,