Skip to content

Commit 642495b

Browse files
committed
corrected typo for BOARD_SDIO_CLK (generic F4)
1 parent cbd20e9 commit 642495b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

STM32F4/variants/generic_f407v/generic_f407v.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
#define BOARD_SDIO_D1 PC9 //Port2Pin('C', 9)
104104
#define BOARD_SDIO_D2 PC10 //Port2Pin('C',10)
105105
#define BOARD_SDIO_D3 PC11 //Port2Pin('C',11)
106-
#define BOARD_SDIO_CK PC12 //Port2Pin('C',12)
106+
#define BOARD_SDIO_CLK PC12 //Port2Pin('C',12)
107107
#define BOARD_SDIO_CMD PD2 //Port2Pin('D', 2)
108108

109109
#define FSMC_NOE PD4

STM32F4/variants/generic_f407v/pin_map.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ const uint8 boardUsedPins[BOARD_NR_USED_PINS] = {
198198
BOARD_JTMS_SWDIO_PIN, BOARD_JTCK_SWCLK_PIN,
199199
FLASH_CS_PIN, FLASH_CLK_PIN, FLASH_DO_PIN, FLASH_DI_PIN,
200200
NRF24_CE_PIN, NRF24_CS_PIN, NRF24_IRQ_PIN,
201-
BOARD_SDIO_D0, BOARD_SDIO_D1, BOARD_SDIO_D2, BOARD_SDIO_D3, BOARD_SDIO_CK, BOARD_SDIO_CMD,
201+
BOARD_SDIO_D0, BOARD_SDIO_D1, BOARD_SDIO_D2, BOARD_SDIO_D3, BOARD_SDIO_CLK, BOARD_SDIO_CMD,
202202
USB_DM_PIN, USB_DP_PIN
203203
};
204204

0 commit comments

Comments
 (0)