a9459bc723
Both return int so far (single-precision float doesn't have enough bits to represent int32 precisely).
8 lines
187 B
Makefile
8 lines
187 B
Makefile
# Enable/disable modules to be included in interpreter
|
|
|
|
# Subset of CPython time module
|
|
MICROPY_MOD_TIME = 1
|
|
|
|
# ffi module requires libffi (libffi-dev Debian package)
|
|
MICROPY_MOD_FFI = 0
|