Skip to content

Commit be2879c

Browse files
author
danicampora
committed
cc3200: Enable "all special methods" configuration option.
1 parent ee0058d commit be2879c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cc3200/mpconfigport.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
#define MICROPY_MODULE_WEAK_LINKS (1)
6969
#define MICROPY_CAN_OVERRIDE_BUILTINS (1)
7070
#define MICROPY_PY_BUILTINS_TIMEOUTERROR (1)
71+
#define MICROPY_PY_ALL_SPECIAL_METHODS (1)
7172
#ifndef DEBUG
7273
#define MICROPY_PY_BUILTINS_STR_UNICODE (1)
7374
#define MICROPY_PY_BUILTINS_STR_SPLITLINES (1)

0 commit comments

Comments
 (0)