Skip to content

Commit 5e2cc96

Browse files
authored
Update ffilib.py
Use usys as sys to fix I2C on Linux port
1 parent eae01bd commit 5e2cc96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ffilib/ffilib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import sys
1+
import usys as sys
22
try:
33
import ffi
44
except ImportError:

0 commit comments

Comments
 (0)