From dd48500cc3027add9620e941a064296d68cffbd5 Mon Sep 17 00:00:00 2001 From: cyliangtw Date: Tue, 21 Jul 2020 19:24:23 +0800 Subject: [PATCH] Revise M263A button pin name --- .../TARGET_M261/TARGET_NUMAKER_IOT_M263A/PinNames.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/targets/TARGET_NUVOTON/TARGET_M261/TARGET_NUMAKER_IOT_M263A/PinNames.h b/targets/TARGET_NUVOTON/TARGET_M261/TARGET_NUMAKER_IOT_M263A/PinNames.h index cd77ed9193..938a38ff73 100644 --- a/targets/TARGET_NUVOTON/TARGET_M261/TARGET_NUMAKER_IOT_M263A/PinNames.h +++ b/targets/TARGET_NUVOTON/TARGET_M261/TARGET_NUMAKER_IOT_M263A/PinNames.h @@ -101,8 +101,8 @@ typedef enum { LED_RED = LED1, // Button naming - SW2 = PB_11, - SW3 = PB_11, + SW2 = PG_4, + SW3 = PG_4, BUTTON1 = SW2, BUTTON2 = SW3,