summaryrefslogtreecommitdiffstatshomepage
path: root/ports/zephyr/machine_i2c.c
diff options
context:
space:
mode:
Diffstat (limited to 'ports/zephyr/machine_i2c.c')
-rw-r--r--ports/zephyr/machine_i2c.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/zephyr/machine_i2c.c b/ports/zephyr/machine_i2c.c
index ec4b8620a5..efd4bdcb21 100644
--- a/ports/zephyr/machine_i2c.c
+++ b/ports/zephyr/machine_i2c.c
@@ -134,5 +134,5 @@ const mp_obj_type_t machine_hard_i2c_type = {
.print = machine_hard_i2c_print,
.make_new = machine_hard_i2c_make_new,
.protocol = &machine_hard_i2c_p,
- .locals_dict = (mp_obj_dict_t *)&mp_machine_soft_i2c_locals_dict,
+ .locals_dict = (mp_obj_dict_t *)&mp_machine_i2c_locals_dict,
};