diff options
Diffstat (limited to 'examples/natmod/uheapq/uheapq.c')
-rw-r--r-- | examples/natmod/uheapq/uheapq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/natmod/uheapq/uheapq.c b/examples/natmod/uheapq/uheapq.c index ff70bef479..e339ccafd7 100644 --- a/examples/natmod/uheapq/uheapq.c +++ b/examples/natmod/uheapq/uheapq.c @@ -1,4 +1,4 @@ -#define MICROPY_PY_UHEAPQ (1) +#define MICROPY_PY_HEAPQ (1) #include "py/dynruntime.h" |