Skip to content

Commit c4c9022

Browse files
committed
[NANO130] Change SW2/SW3 to SW1/SW2 to match target board
1 parent 443d18a commit c4c9022

File tree

1 file changed

+2
-2
lines changed
  • targets/TARGET_NUVOTON/TARGET_NANO100/TARGET_NUMAKER_PFM_NANO130

1 file changed

+2
-2
lines changed

targets/TARGET_NUVOTON/TARGET_NANO100/TARGET_NUMAKER_PFM_NANO130/PinNames.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ typedef enum {
118118
LED_GREEN = LED1,
119119
LED_YELLOW = LED2,
120120
// Button naming
121-
SW2 = PE_5,
122-
SW3 = PE_6,
121+
SW1 = PE_5,
122+
SW2 = PE_6,
123123

124124
} PinName;
125125

0 commit comments

Comments
 (0)