aboutsummaryrefslogtreecommitdiff
path: root/stmhal/gccollect.h
diff options
context:
space:
mode:
authorPaul Sokolovsky2014-05-06 02:27:29 +0300
committerPaul Sokolovsky2014-05-06 02:28:49 +0300
commit33b3a6905d30157efa8393893fd11a5104834354 (patch)
tree8cfa43b414029a50fca161b20b3271ebcac997cf /stmhal/gccollect.h
parentf9e54e0ea53c774c4458c4af11764e5b929a2b33 (diff)
stmhal: pyb: Use gc() function as defined by standard module "gc".
TODO: Get rid of this compatibility define and rely on standard module.
Diffstat (limited to 'stmhal/gccollect.h')
-rw-r--r--stmhal/gccollect.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/stmhal/gccollect.h b/stmhal/gccollect.h
index 03353056a..df563d389 100644
--- a/stmhal/gccollect.h
+++ b/stmhal/gccollect.h
@@ -40,4 +40,4 @@ extern uint32_t _ram_end;
void gc_collect(void);
-MP_DECLARE_CONST_FUN_OBJ(pyb_gc_obj);
+MP_DECLARE_CONST_FUN_OBJ(gc_collect_obj);