Skip to content
Snippets Groups Projects
Verified Commit ddcd810e authored by rahix's avatar rahix
Browse files

fix(pycardium): Fix __mul__ not being detected properly


This fixes this issue mentioned in !25

Signed-off-by: default avatarRahix <rahix@rahix.de>
parent 9f40f534
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,7 @@
#define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_LONGLONG)
/* Builtin function and modules */
#define MICROPY_PY_ALL_SPECIAL_METHODS (1)
#define MICROPY_PY_BUILTINS_HELP (1)
#define MICROPY_PY_BUILTINS_HELP_MODULES (1)
#define MICROPY_PY_UBINASCII (1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment