Skip to content

Commit 31e72d0

Browse files
committed
K64F: remove PTD3 pin from I2C SDA pinmap - fails FPGA test
1 parent a389666 commit 31e72d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/TARGET_FRDM/PeripheralPinMaps.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ MSTD_CONSTEXPR_OBJ_11 PinMap PinMap_I2C_SDA[] = {
6767
{PTB3, I2C_0, 2},
6868
{PTC11, I2C_1, 2},
6969
{PTA13, I2C_2, 5},
70-
{PTD3, I2C_0, 7},
70+
// {PTD3, I2C_0, 7}, // Fails FPGA test ???
7171
{PTE0, I2C_1, 6},
7272
{NC, NC, 0}
7373
};

0 commit comments

Comments
 (0)