Skip to content

Commit 32eb1f4

Browse files
esp32: Update machine_i2c.c.
Signed-off-by: Vincent1-python <[email protected]>
1 parent 236458c commit 32eb1f4

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)