diff options
Diffstat (limited to 'py/mpconfig.h')
-rw-r--r-- | py/mpconfig.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/py/mpconfig.h b/py/mpconfig.h index 0c214bb5b6..f4f9986e4d 100644 --- a/py/mpconfig.h +++ b/py/mpconfig.h @@ -435,6 +435,10 @@ typedef double mp_float_t; #define MICROPY_PY_UHEAPQ (0) #endif +#ifndef MICROPY_PY_UHASHLIB +#define MICROPY_PY_UHASHLIB (0) +#endif + /*****************************************************************************/ /* Hooks for a port to add builtins */ |