aboutsummaryrefslogtreecommitdiff
path: root/ports/stm32
diff options
context:
space:
mode:
authorDamien George2018-05-22 14:15:20 +1000
committerDamien George2018-05-22 14:18:16 +1000
commit20b4b85f7266ef2edbe492829585a14118a85d7a (patch)
tree4b5bbb03e3bd99890aa03f8f17a7fbeddb00e8bb /ports/stm32
parentb318ebf1015ced6354f8bbaf035308214b3f5c5d (diff)
ports: Enable MICROPY_PY_BUILTINS_ROUND_INT on selected ports.
Diffstat (limited to 'ports/stm32')
-rw-r--r--ports/stm32/mpconfigport.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/stm32/mpconfigport.h b/ports/stm32/mpconfigport.h
index 115006367..84e489297 100644
--- a/ports/stm32/mpconfigport.h
+++ b/ports/stm32/mpconfigport.h
@@ -87,6 +87,7 @@
#define MICROPY_PY_BUILTINS_MEMORYVIEW (1)
#define MICROPY_PY_BUILTINS_FROZENSET (1)
#define MICROPY_PY_BUILTINS_SLICE_ATTRS (1)
+#define MICROPY_PY_BUILTINS_ROUND_INT (1)
#define MICROPY_PY_ALL_SPECIAL_METHODS (1)
#define MICROPY_PY_BUILTINS_COMPILE (1)
#define MICROPY_PY_BUILTINS_EXECFILE (1)