Skip to content

Commit bb1ff51

Browse files
fri3d_2026: fix typo
1 parent 385e42c commit bb1ff51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal_filesystem/lib/mpos/board/fri3d_2026.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373

7474
# CH32 coprocessor / IO expander
7575
from machine import I2C, Pin
76-
expander_i2c = I2C(1, sda=Pin(39), scl=Pin(42), freqint=400000)
76+
expander_i2c = I2C(1, sda=Pin(39), scl=Pin(42), freq=400000)
7777
from drivers.fri3d.expander import Expander
7878
expander = Expander(i2c_bus=expander_i2c)
7979

0 commit comments

Comments
 (0)