1 parent 1dc2862 commit 1e38807Copy full SHA for 1e38807
1 file changed
stmhal/i2c.h
@@ -29,6 +29,7 @@
29
30
extern I2C_HandleTypeDef I2CHandle1;
31
extern I2C_HandleTypeDef I2CHandle2;
32
+extern I2C_HandleTypeDef I2CHandle3;
33
extern const mp_obj_type_t pyb_i2c_type;
34
35
void i2c_init0(void);
0 commit comments