K64F: remove PTD3 pin from I2C SDA pinmap - fails FPGA test

pull/12436/head
Przemyslaw Stekiel 2020-02-14 12:16:06 +01:00
parent 2a9e32e4cb
commit 2b52c5861a
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ MSTD_CONSTEXPR_OBJ_11 PinMap PinMap_I2C_SDA[] = {
{PTB3, I2C_0, 2},
{PTC11, I2C_1, 2},
{PTA13, I2C_2, 5},
{PTD3, I2C_0, 7},
// {PTD3, I2C_0, 7}, // Fails FPGA testing
{PTE0, I2C_1, 6},
{NC, NC, 0}
};