diff options
author | danicampora <daniel@wipy.io> | 2015-10-21 11:35:24 +0200 |
---|---|---|
committer | danicampora <daniel@wipy.io> | 2015-10-21 15:30:57 +0200 |
commit | be2879ce897496ff7198495598a688435ccb0675 (patch) | |
tree | b7e5e4c2950802fa8d99cb767bc693dd41c74d75 | |
parent | ee0058d17474bd9b01b09ec90d70c557c81b6d1a (diff) | |
download | micropython-be2879ce897496ff7198495598a688435ccb0675.tar.gz micropython-be2879ce897496ff7198495598a688435ccb0675.zip |
cc3200: Enable "all special methods" configuration option.
-rw-r--r-- | cc3200/mpconfigport.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cc3200/mpconfigport.h b/cc3200/mpconfigport.h index 89e63dbee4..8584eaa034 100644 --- a/cc3200/mpconfigport.h +++ b/cc3200/mpconfigport.h @@ -68,6 +68,7 @@ #define MICROPY_MODULE_WEAK_LINKS (1) #define MICROPY_CAN_OVERRIDE_BUILTINS (1) #define MICROPY_PY_BUILTINS_TIMEOUTERROR (1) +#define MICROPY_PY_ALL_SPECIAL_METHODS (1) #ifndef DEBUG #define MICROPY_PY_BUILTINS_STR_UNICODE (1) #define MICROPY_PY_BUILTINS_STR_SPLITLINES (1) |