We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c73940 commit 8b203cdCopy full SHA for 8b203cd
src/display/lcd_stm32f105.c
@@ -43,7 +43,7 @@ struct packed i2c_osd_info {
43
};
44
45
/* STM32 I2C peripheral. */
46
-static volatile struct i2c *i2c = i2c2;
+static volatile struct i2c *i2c;
47
48
const static struct i2c_cfg {
49
uint8_t en;
0 commit comments