fixed pin LEDs

pull/5104/head
Roberto Spelta 2017-09-29 19:09:48 +02:00
parent b969979127
commit 7af6e88999
1 changed files with 4 additions and 4 deletions

View File

@ -129,10 +129,10 @@ typedef enum {
D15 = PB_8,
// Generic signals namings
LED1 = PA_5,
LED2 = PA_5,
LED3 = PA_5,
LED4 = PA_5,
LED1 = PG_12,
LED2 = PG_12,
LED3 = PG_12,
LED4 = PG_12,
USER_BUTTON = PC_13,
// Standardized button names
BUTTON1 = USER_BUTTON,