From b6c98a99a97d420cbf4286e7923479f60ed6166c Mon Sep 17 00:00:00 2001 From: test user Date: Wed, 12 Dec 2018 04:08:17 -1200 Subject: [PATCH] ublox c030 pinName updated --- .../TARGET_STM32F437xG/TARGET_UBLOX_C030/PinNames.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F437xG/TARGET_UBLOX_C030/PinNames.h b/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F437xG/TARGET_UBLOX_C030/PinNames.h index 2f9f84c09c..8626fd794a 100644 --- a/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F437xG/TARGET_UBLOX_C030/PinNames.h +++ b/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F437xG/TARGET_UBLOX_C030/PinNames.h @@ -136,7 +136,10 @@ typedef enum { LED3 = PE_1, // Blue LED4 = PE_7, // A definition is required by the mbed platform RTC test code, this is the Ethernet connector yellow LED LED_RED = LED1, + LED_GREEN = LED2, + LED_BLUE = LED3, SW0 = PC_13, // Switch-0 + BUTTON1 = SW0, // Standardized button names // Arduino header I2C I2C_SDA = D14,