diff options
| author | Damien George | 2018-05-22 14:15:20 +1000 |
|---|---|---|
| committer | Damien George | 2018-05-22 14:18:16 +1000 |
| commit | 20b4b85f7266ef2edbe492829585a14118a85d7a (patch) | |
| tree | 4b5bbb03e3bd99890aa03f8f17a7fbeddb00e8bb /ports/esp8266 | |
| parent | b318ebf1015ced6354f8bbaf035308214b3f5c5d (diff) | |
ports: Enable MICROPY_PY_BUILTINS_ROUND_INT on selected ports.
Diffstat (limited to 'ports/esp8266')
| -rw-r--r-- | ports/esp8266/mpconfigport.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/esp8266/mpconfigport.h b/ports/esp8266/mpconfigport.h index ec347dae0..f29dbe5c0 100644 --- a/ports/esp8266/mpconfigport.h +++ b/ports/esp8266/mpconfigport.h @@ -40,6 +40,7 @@ #define MICROPY_PY_BUILTINS_SLICE (1) #define MICROPY_PY_BUILTINS_SLICE_ATTRS (1) #define MICROPY_PY_BUILTINS_PROPERTY (1) +#define MICROPY_PY_BUILTINS_ROUND_INT (1) #define MICROPY_PY_BUILTINS_INPUT (1) #define MICROPY_PY_BUILTINS_HELP (1) #define MICROPY_PY_BUILTINS_HELP_TEXT esp_help_text |
