[NUCLEO_F302R8] Correct the pin used for the LEDx definitions

pull/304/head
bco2stm 2014-05-14 09:46:26 +02:00
parent c273d37730
commit 4bc911d7da
1 changed files with 4 additions and 4 deletions

View File

@ -138,10 +138,10 @@ typedef enum {
D15 = PB_8, D15 = PB_8,
// Generic signals namings // Generic signals namings
LED1 = PA_5, LED1 = PB_13,
LED2 = PA_5, LED2 = PB_13,
LED3 = PA_5, LED3 = PB_13,
LED4 = PA_5, LED4 = PB_13,
USER_BUTTON = PC_13, USER_BUTTON = PC_13,
SERIAL_TX = PA_2, SERIAL_TX = PA_2,
SERIAL_RX = PA_3, SERIAL_RX = PA_3,