From d69e7c5613e9c0dc85f35340658f190f5a32901b Mon Sep 17 00:00:00 2001 From: cyliangtw Date: Tue, 23 Jul 2019 14:40:30 +0800 Subject: [PATCH] Fix UNO pin map --- targets/TARGET_NUVOTON/TARGET_M261/PinNames.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/targets/TARGET_NUVOTON/TARGET_M261/PinNames.h b/targets/TARGET_NUVOTON/TARGET_M261/PinNames.h index 6b1c695830..b13182b324 100644 --- a/targets/TARGET_NUVOTON/TARGET_M261/PinNames.h +++ b/targets/TARGET_NUVOTON/TARGET_M261/PinNames.h @@ -97,7 +97,7 @@ typedef enum { D2 = PC_4, D3 = PC_5, D4 = PC_3, - D5 = PB_2, + D5 = PC_2, D6 = PA_7, D7 = PA_6, D8 = PA_5,