Skip to content

Commit 5b37b6c

Browse files
committed
anx7625: use new i2c pin definition
1 parent a22fe4a commit 5b37b6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/ENVIE_Video_coreboot/anx7625.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
printk(BIOS_DEBUG, "%s: " format, __func__, ##__VA_ARGS__)
3333

3434

35-
mbed::I2C i2cx(I2C_SDA , I2C_SCL);
35+
mbed::I2C i2cx(I2C_SDA_INTERNAL , I2C_SCL_INTERNAL);
3636

3737
int i2c_writeb(uint8_t bus, uint8_t saddr, uint8_t offset, uint8_t val) {
3838
char cmd[2];

0 commit comments

Comments
 (0)