Skip to content

Commit 5e335de

Browse files
committed
[NUC472/M453] Set LED4 to LED1
No real LED4. Just for passing ATS.
1 parent ea1de8c commit 5e335de

File tree

2 files changed

+2
-2
lines changed
  • targets/TARGET_NUVOTON

2 files changed

+2
-2
lines changed

targets/TARGET_NUVOTON/TARGET_M451/TARGET_NUMAKER_PFM_M453/PinNames.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ typedef enum {
115115
LED1 = PD_2,
116116
LED2 = PD_3,
117117
LED3 = PD_7,
118-
LED4 = D0, // No real LED. Just for passing ATS.
118+
LED4 = LED1, // No real LED. Just for passing ATS.
119119
LED_RED = LED2,
120120
LED_GREEN = LED3,
121121
LED_BLUE = LED1,

targets/TARGET_NUVOTON/TARGET_NUC472/TARGET_NUMAKER_PFM_NUC472/PinNames.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ typedef enum {
118118
LED1 = PD_9,
119119
LED2 = PA_4,
120120
LED3 = PD_8,
121-
LED4 = D0, // No real LED. Just for passing ATS.
121+
LED4 = LED1, // No real LED. Just for passing ATS.
122122
LED_RED = LED1,
123123
LED_GREEN = LED2,
124124
LED_BLUE = LED3,

0 commit comments

Comments
 (0)