From 958c7fe564114bd9f554101dd1e93fb850c59e41 Mon Sep 17 00:00:00 2001 From: ccli8 Date: Tue, 4 Sep 2018 15:19:33 +0800 Subject: [PATCH] [M2351] Update to NuMaker-PFM-M2351 V1.3 board 1. Update UNO pin A4/A5 2. Update UNO pin D2/D3 --- targets/TARGET_NUVOTON/TARGET_M2351/PinNames.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/targets/TARGET_NUVOTON/TARGET_M2351/PinNames.h b/targets/TARGET_NUVOTON/TARGET_M2351/PinNames.h index e8a378439d..75fd21f852 100644 --- a/targets/TARGET_NUVOTON/TARGET_M2351/PinNames.h +++ b/targets/TARGET_NUVOTON/TARGET_M2351/PinNames.h @@ -124,13 +124,13 @@ typedef enum { A1 = PB_10, A2 = PB_9, A3 = PB_8, - A4 = PB_7, - A5 = PB_6, + A4 = PB_4, + A5 = PB_5, D0 = PA_8, D1 = PA_9, - D2 = PB_5, - D3 = PB_4, + D2 = PB_7, + D3 = PB_6, D4 = PB_3, D5 = PB_2, D6 = PC_12,