From f86f651226bb8f7e0b20f2359fd91bb193c3a98f Mon Sep 17 00:00:00 2001 From: ccli8 Date: Wed, 13 Sep 2017 14:51:18 +0800 Subject: [PATCH] Change SW2/SW3 to SW1/SW2 to match target board --- .../TARGET_NANO100/TARGET_NUMAKER_PFM_NANO130/PinNames.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/targets/TARGET_NUVOTON/TARGET_NANO100/TARGET_NUMAKER_PFM_NANO130/PinNames.h b/targets/TARGET_NUVOTON/TARGET_NANO100/TARGET_NUMAKER_PFM_NANO130/PinNames.h index acd1297e01..57661d2639 100644 --- a/targets/TARGET_NUVOTON/TARGET_NANO100/TARGET_NUMAKER_PFM_NANO130/PinNames.h +++ b/targets/TARGET_NUVOTON/TARGET_NANO100/TARGET_NUMAKER_PFM_NANO130/PinNames.h @@ -118,8 +118,8 @@ typedef enum { LED_GREEN = LED1, LED_YELLOW = LED2, // Button naming - SW2 = PE_5, - SW3 = PE_6, + SW1 = PE_5, + SW2 = PE_6, } PinName;