Skip to content

Commit 1370533

Browse files
committed
[M453] Fix button naming error
1 parent d24c71f commit 1370533

File tree

1 file changed

+2
-2
lines changed
  • targets/TARGET_NUVOTON/TARGET_M451/TARGET_NUMAKER_PFM_M453

1 file changed

+2
-2
lines changed

targets/TARGET_NUVOTON/TARGET_M451/TARGET_NUMAKER_PFM_M453/PinNames.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ typedef enum {
101101
LED_GREEN = LED3,
102102
LED_BLUE = LED1,
103103
// Button naming
104-
SW1 = PA_15,
105-
SW2 = PA_14,
104+
SW2 = PA_15,
105+
SW3 = PA_14,
106106

107107
} PinName;
108108

0 commit comments

Comments
 (0)