[M487] Add LED4 to pass ATS

pull/4608/head
ccli8 2017-05-25 15:59:14 +08:00
parent 280d767700
commit ef50c180fc
1 changed files with 1 additions and 0 deletions

View File

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