Fix LED_GREEN naming error

pull/8479/head
ccli8 2018-10-15 16:34:18 +08:00 committed by adbridge
parent 78246e46d1
commit 28538fb7ca
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ typedef enum {
LED2 = PA_11,
LED3 = PA_10, // No real LED. Just for passing ATS.
LED4 = PA_11, // No real LED. Just for passing ATS.
LED_GREEN = LED2,
LED_GREEN = LED1,
// Button naming
SW2 = PB_0,