We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3086297 commit b5521eeCopy full SHA for b5521ee
ports/broadcom/mpconfigport.h
@@ -15,6 +15,7 @@
15
#define MICROPY_PY_SYS_PLATFORM "BROADCOM"
16
#define MICROPY_PY_BUILTINS_NOTIMPLEMENTED (1)
17
#define MICROPY_PY_FUNCTION_ATTRS (1)
18
+#define MICROPY_PY_REVERSE_SPECIAL_METHODS (1)
19
#if BCM_VERSION == 2837 || BCM_VERSION == 2711
20
#define MICROPY_OBJ_REPR (MICROPY_OBJ_REPR_A)
21
#elif BCM_VERSION == 2835
0 commit comments