diff options
author | Damien George <damien.p.george@gmail.com> | 2017-02-24 18:26:51 +1100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2017-02-24 18:26:51 +1100 |
commit | 6771adc75fc795c909fb3371b376906ef4285919 (patch) | |
tree | d73954b6c4abee2513224a9231a70247a3a78dbc /esp8266 | |
parent | 8400d0461d3bb444f10242c82c5c44d4d7cbef16 (diff) | |
download | micropython-6771adc75fc795c909fb3371b376906ef4285919.tar.gz micropython-6771adc75fc795c909fb3371b376906ef4285919.zip |
esp8266/mpconfigport.h: Enable help('modules') feature.
Diffstat (limited to 'esp8266')
-rw-r--r-- | esp8266/mpconfigport.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/esp8266/mpconfigport.h b/esp8266/mpconfigport.h index 04b9792ebf..cf4cbecd40 100644 --- a/esp8266/mpconfigport.h +++ b/esp8266/mpconfigport.h @@ -40,6 +40,7 @@ #define MICROPY_PY_BUILTINS_PROPERTY (1) #define MICROPY_PY_BUILTINS_HELP (1) #define MICROPY_PY_BUILTINS_HELP_TEXT esp_help_text +#define MICROPY_PY_BUILTINS_HELP_MODULES (1) #define MICROPY_PY___FILE__ (0) #define MICROPY_PY_GC (1) #define MICROPY_PY_ARRAY (1) |