Skip to content

Commit efae402

Browse files
authored
Merge pull request #13325 from OpenNuvoton/nvt_m263_button
Nuvoton: Revise the pin name of M263A button
2 parents 923fc99 + dd48500 commit efae402

File tree

1 file changed

+2
-2
lines changed
  • targets/TARGET_NUVOTON/TARGET_M261/TARGET_NUMAKER_IOT_M263A

1 file changed

+2
-2
lines changed

targets/TARGET_NUVOTON/TARGET_M261/TARGET_NUMAKER_IOT_M263A/PinNames.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ typedef enum {
101101
LED_RED = LED1,
102102

103103
// Button naming
104-
SW2 = PB_11,
105-
SW3 = PB_11,
104+
SW2 = PG_4,
105+
SW3 = PG_4,
106106
BUTTON1 = SW2,
107107
BUTTON2 = SW3,
108108

0 commit comments

Comments
 (0)