Skip to content

Commit 6683032

Browse files
committed
[NUC472] Fix SD pinmaps are not extern'ed
1 parent 1f2f4e3 commit 6683032

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

targets/TARGET_NUVOTON/TARGET_NUC472/TARGET_NUMAKER_PFM_NUC472/PeripheralPins.h

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,15 @@ extern const PinMap PinMap_SPI_MISO[];
5555
extern const PinMap PinMap_SPI_SCLK[];
5656
extern const PinMap PinMap_SPI_SSEL[];
5757

58+
//*** SD ***
59+
extern const PinMap PinMap_SD_CD[];
60+
extern const PinMap PinMap_SD_CMD[];
61+
extern const PinMap PinMap_SD_CLK[];
62+
extern const PinMap PinMap_SD_DAT0[];
63+
extern const PinMap PinMap_SD_DAT1[];
64+
extern const PinMap PinMap_SD_DAT2[];
65+
extern const PinMap PinMap_SD_DAT3[];
66+
5867
#ifdef __cplusplus
5968
}
6069
#endif

0 commit comments

Comments
 (0)