Skip to content

Commit b5521ee

Browse files
committed
Add PY_REVERSE_SPECIAL_METHODS to broadcom.
1 parent 3086297 commit b5521ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ports/broadcom/mpconfigport.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
#define MICROPY_PY_SYS_PLATFORM "BROADCOM"
1616
#define MICROPY_PY_BUILTINS_NOTIMPLEMENTED (1)
1717
#define MICROPY_PY_FUNCTION_ATTRS (1)
18+
#define MICROPY_PY_REVERSE_SPECIAL_METHODS (1)
1819
#if BCM_VERSION == 2837 || BCM_VERSION == 2711
1920
#define MICROPY_OBJ_REPR (MICROPY_OBJ_REPR_A)
2021
#elif BCM_VERSION == 2835

0 commit comments

Comments
 (0)