Skip to content

Commit d29c12d

Browse files
committed
K82F: Fix I2C test failures seen with ci-test shield
I2C3 clock define was missing. I2C3 is connected to the Arduino connector which is used by the ci-test shield Signed-off-by: Mahesh Mahadevan <[email protected]>
1 parent b84627f commit d29c12d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_K82F/peripheral_clock_defines.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
/* Array for I2C module clocks */
3737
#define I2C_CLOCK_FREQS \
3838
{ \
39-
I2C0_CLK_SRC, I2C1_CLK_SRC, I2C2_CLK_SRC \
39+
I2C0_CLK_SRC, I2C1_CLK_SRC, I2C2_CLK_SRC, I2C3_CLK_SRC \
4040
}
4141

4242
/* Array for DSPI module clocks */

0 commit comments

Comments
 (0)