Skip to content

Commit 20b4b85

Browse files
committed
ports: Enable MICROPY_PY_BUILTINS_ROUND_INT on selected ports.
1 parent b318ebf commit 20b4b85

4 files changed

Lines changed: 4 additions & 0 deletions

File tree

ports/esp32/mpconfigport.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
#define MICROPY_PY_BUILTINS_FROZENSET (1)
7171
#define MICROPY_PY_BUILTINS_PROPERTY (1)
7272
#define MICROPY_PY_BUILTINS_RANGE_ATTRS (1)
73+
#define MICROPY_PY_BUILTINS_ROUND_INT (1)
7374
#define MICROPY_PY_BUILTINS_TIMEOUTERROR (1)
7475
#define MICROPY_PY_ALL_SPECIAL_METHODS (1)
7576
#define MICROPY_PY_BUILTINS_COMPILE (1)

ports/esp8266/mpconfigport.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
#define MICROPY_PY_BUILTINS_SLICE (1)
4141
#define MICROPY_PY_BUILTINS_SLICE_ATTRS (1)
4242
#define MICROPY_PY_BUILTINS_PROPERTY (1)
43+
#define MICROPY_PY_BUILTINS_ROUND_INT (1)
4344
#define MICROPY_PY_BUILTINS_INPUT (1)
4445
#define MICROPY_PY_BUILTINS_HELP (1)
4546
#define MICROPY_PY_BUILTINS_HELP_TEXT esp_help_text

ports/stm32/mpconfigport.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@
8787
#define MICROPY_PY_BUILTINS_MEMORYVIEW (1)
8888
#define MICROPY_PY_BUILTINS_FROZENSET (1)
8989
#define MICROPY_PY_BUILTINS_SLICE_ATTRS (1)
90+
#define MICROPY_PY_BUILTINS_ROUND_INT (1)
9091
#define MICROPY_PY_ALL_SPECIAL_METHODS (1)
9192
#define MICROPY_PY_BUILTINS_COMPILE (1)
9293
#define MICROPY_PY_BUILTINS_EXECFILE (1)

ports/unix/mpconfigport.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@
8383
#define MICROPY_PY_BUILTINS_NOTIMPLEMENTED (1)
8484
#define MICROPY_PY_BUILTINS_INPUT (1)
8585
#define MICROPY_PY_BUILTINS_POW3 (1)
86+
#define MICROPY_PY_BUILTINS_ROUND_INT (1)
8687
#define MICROPY_PY_MICROPYTHON_MEM_INFO (1)
8788
#define MICROPY_PY_ALL_SPECIAL_METHODS (1)
8889
#define MICROPY_PY_REVERSE_SPECIAL_METHODS (1)

0 commit comments

Comments
 (0)