summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authordanicampora <daniel@wipy.io>2015-10-21 11:35:24 +0200
committerdanicampora <daniel@wipy.io>2015-10-21 15:30:57 +0200
commitbe2879ce897496ff7198495598a688435ccb0675 (patch)
treeb7e5e4c2950802fa8d99cb767bc693dd41c74d75
parentee0058d17474bd9b01b09ec90d70c557c81b6d1a (diff)
downloadmicropython-be2879ce897496ff7198495598a688435ccb0675.tar.gz
micropython-be2879ce897496ff7198495598a688435ccb0675.zip
cc3200: Enable "all special methods" configuration option.
-rw-r--r--cc3200/mpconfigport.h1
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)