[NUC472/M453] Set LED4 to LED1

No real LED4. Just for passing ATS.
pull/4832/head
ccli8 2017-07-06 09:51:53 +08:00
parent ea1de8c9a8
commit 5e335de67e
2 changed files with 2 additions and 2 deletions

View File

@ -115,7 +115,7 @@ typedef enum {
LED1 = PD_2,
LED2 = PD_3,
LED3 = PD_7,
LED4 = D0, // No real LED. Just for passing ATS.
LED4 = LED1, // No real LED. Just for passing ATS.
LED_RED = LED2,
LED_GREEN = LED3,
LED_BLUE = LED1,

View File

@ -118,7 +118,7 @@ typedef enum {
LED1 = PD_9,
LED2 = PA_4,
LED3 = PD_8,
LED4 = D0, // No real LED. Just for passing ATS.
LED4 = LED1, // No real LED. Just for passing ATS.
LED_RED = LED1,
LED_GREEN = LED2,
LED_BLUE = LED3,