From 4bc911d7dac3d343ad4d5536f4563f07a2227dcf Mon Sep 17 00:00:00 2001 From: bco2stm Date: Wed, 14 May 2014 09:46:26 +0200 Subject: [PATCH] [NUCLEO_F302R8] Correct the pin used for the LEDx definitions --- .../hal/TARGET_STM/TARGET_NUCLEO_F302R8/PinNames.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libraries/mbed/targets/hal/TARGET_STM/TARGET_NUCLEO_F302R8/PinNames.h b/libraries/mbed/targets/hal/TARGET_STM/TARGET_NUCLEO_F302R8/PinNames.h index 1227a5e849..3b317a7d65 100644 --- a/libraries/mbed/targets/hal/TARGET_STM/TARGET_NUCLEO_F302R8/PinNames.h +++ b/libraries/mbed/targets/hal/TARGET_STM/TARGET_NUCLEO_F302R8/PinNames.h @@ -138,10 +138,10 @@ typedef enum { D15 = PB_8, // Generic signals namings - LED1 = PA_5, - LED2 = PA_5, - LED3 = PA_5, - LED4 = PA_5, + LED1 = PB_13, + LED2 = PB_13, + LED3 = PB_13, + LED4 = PB_13, USER_BUTTON = PC_13, SERIAL_TX = PA_2, SERIAL_RX = PA_3,