DISCO_L072CZ_LRWAN1: Change LED PIN definition

pull/4256/head
arostm 2017-04-24 14:26:10 +02:00
parent 71492e5473
commit 97605ddd5a
1 changed files with 2 additions and 2 deletions

View File

@ -124,8 +124,8 @@ typedef enum {
D15 = PB_8,
// Generic signals namings
LED1 = PA_5, //Red
LED2 = PB_5, //Green
LED1 = PB_5, //Green
LED2 = PA_5, //Red
LED3 = PB_6, //Blue
LED4 = PB_7, //Red
USER_BUTTON = PB_2,