M2351: Refine code layout of PeripheralPins.c

No logic change
pull/12424/head
Chun-Chieh Li 2020-02-06 17:04:47 +08:00
parent 4a1d612e90
commit 582c08c129
1 changed files with 1 additions and 2 deletions

View File

@ -138,7 +138,7 @@ const PinMap PinMap_GPIO[] = {
{PG_14, GPIO_G, SYS_GPG_MFPH_PG14MFP_GPIO},
{PG_15, GPIO_G, SYS_GPG_MFPH_PG15MFP_GPIO},
// GPIO H MFP
// GPIO H MFP
{PH_4, GPIO_H, SYS_GPH_MFPL_PH4MFP_GPIO},
{PH_5, GPIO_H, SYS_GPH_MFPL_PH5MFP_GPIO},
{PH_6, GPIO_H, SYS_GPH_MFPL_PH6MFP_GPIO},
@ -646,4 +646,3 @@ const PinMap PinMap_CAN_RD[] = {
{NC, NC, 0}
};