Merge pull request #304 from bco2stm/master

[NUCLEO_F302R8] Correct the pin used for the LEDx definitions
pull/298/merge
Martin Kojtal 2014-05-14 13:45:09 +01:00
commit 6923b21563
1 changed files with 4 additions and 4 deletions

View File

@ -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,