aboutsummaryrefslogtreecommitdiff
path: root/ports/javascript
diff options
context:
space:
mode:
Diffstat (limited to 'ports/javascript')
-rw-r--r--ports/javascript/mpconfigport.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/javascript/mpconfigport.h b/ports/javascript/mpconfigport.h
index 228113c48..02d83f402 100644
--- a/ports/javascript/mpconfigport.h
+++ b/ports/javascript/mpconfigport.h
@@ -73,6 +73,7 @@
#define MICROPY_PY_COLLECTIONS (1)
#define MICROPY_PY_MATH (1)
#define MICROPY_PY_MATH_SPECIAL_FUNCTIONS (1)
+#define MICROPY_PY_MATH_ISCLOSE (1)
#define MICROPY_PY_CMATH (1)
#define MICROPY_PY_IO (1)
#define MICROPY_PY_STRUCT (1)