commit | f5d69794a86f7647de3f3b3efd282ed288b1cba6 | [log] [tgz] |
---|---|---|
author | Damien George <damien.p.george@gmail.com> | Wed Oct 22 17:37:18 2014 +0000 |
committer | Damien George <damien.p.george@gmail.com> | Wed Oct 22 23:20:15 2014 +0100 |
tree | dd81cfcca993bad937830aa7e9cc37f8c74a753c | |
parent | e72be1b999a3337f74a8e5a8f61705666f834d2b [diff] [blame] |
extmod: Add uheapq module.
diff --git a/py/mpconfig.h b/py/mpconfig.h index 4efe21d..201621e 100644 --- a/py/mpconfig.h +++ b/py/mpconfig.h
@@ -403,6 +403,10 @@ #define MICROPY_PY_URE (0) #endif +#ifndef MICROPY_PY_UHEAPQ +#define MICROPY_PY_UHEAPQ (0) +#endif + /*****************************************************************************/ /* Hooks for a port to add builtins */