Skip to content

Commit 893062d

Browse files
owennewofpistm
authored andcommitted
adding missing i2c2 SCL pinmap for DISCO_F407G
1 parent e5ac1a4 commit 893062d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variants/DISCO_F407VG/PeripheralPins.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ WEAK const PinMap PinMap_I2C_SCL[] = {
112112
{PA_8, I2C3, STM_PIN_DATA(STM_MODE_AF_OD, GPIO_NOPULL, GPIO_AF4_I2C3)},
113113
// {PB_6, I2C1, STM_PIN_DATA(STM_MODE_AF_OD, GPIO_NOPULL, GPIO_AF4_I2C1)}, // Audio_SCL
114114
{PB_8, I2C1, STM_PIN_DATA(STM_MODE_AF_OD, GPIO_NOPULL, GPIO_AF4_I2C1)},
115-
// {PB_10, I2C2, STM_PIN_DATA(STM_MODE_AF_OD, GPIO_NOPULL, GPIO_AF4_I2C2)}, // Mic CLK
115+
{PB_10, I2C2, STM_PIN_DATA(STM_MODE_AF_OD, GPIO_NOPULL, GPIO_AF4_I2C2)}, // Mic CLK
116116
{NC, NP, 0}
117117
};
118118
#endif

0 commit comments

Comments
 (0)