Skip to content

Commit 582c08c

Browse files
committed
M2351: Refine code layout of PeripheralPins.c
No logic change
1 parent 4a1d612 commit 582c08c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

targets/TARGET_NUVOTON/TARGET_M2351/PeripheralPins.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ const PinMap PinMap_GPIO[] = {
138138
{PG_14, GPIO_G, SYS_GPG_MFPH_PG14MFP_GPIO},
139139
{PG_15, GPIO_G, SYS_GPG_MFPH_PG15MFP_GPIO},
140140

141-
// GPIO H MFP
141+
// GPIO H MFP
142142
{PH_4, GPIO_H, SYS_GPH_MFPL_PH4MFP_GPIO},
143143
{PH_5, GPIO_H, SYS_GPH_MFPL_PH5MFP_GPIO},
144144
{PH_6, GPIO_H, SYS_GPH_MFPL_PH6MFP_GPIO},
@@ -646,4 +646,3 @@ const PinMap PinMap_CAN_RD[] = {
646646

647647
{NC, NC, 0}
648648
};
649-

0 commit comments

Comments
 (0)