Skip to content

Commit fe6ded4

Browse files
committed
Merge pull request adafruit#472 from pfalcon/modffi-on
unix: Enable modffi by default.
2 parents eb93618 + 9a09283 commit fe6ded4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

unix/mpconfigport.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ MICROPY_USE_READLINE = 1
77
MICROPY_MOD_TIME = 1
88

99
# ffi module requires libffi (libffi-dev Debian package)
10-
MICROPY_MOD_FFI = 0
10+
MICROPY_MOD_FFI = 1

0 commit comments

Comments
 (0)