[M487] Set LED4 to LED1

No real LED4. Just for passing ATS.
pull/4608/head
ccli8 2017-07-05 14:09:17 +08:00
parent 355b4336d6
commit 7a60b35d52
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ typedef enum {
LED1 = LED_RED,
LED2 = LED_YELLOW,
LED3 = LED_GREEN,
LED4 = D0, // No real LED. Just for passing ATS.
LED4 = LED1, // No real LED. Just for passing ATS.
// Button naming
SW2 = PC_10,
SW3 = PC_9,