Skip to content

Commit 236458c

Browse files
esp32: Update machine_i2c.c.
Signed-off-by: Vincent1-python <pywei201209@163.com>
1 parent 9d02732 commit 236458c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/esp32/machine_i2c.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,6 @@ MP_DEFINE_CONST_OBJ_TYPE(
185185
print, machine_hw_i2c_print,
186186
protocol, &machine_hw_i2c_p,
187187
locals_dict, &mp_machine_i2c_locals_dict
188-
);
188+
);
189189

190190
#endif // MICROPY_PY_MACHINE_I2C || MICROPY_PY_MACHINE_SOFTI2C

0 commit comments

Comments
 (0)