diff options
| author | Paul Sokolovsky | 2014-05-06 02:27:29 +0300 |
|---|---|---|
| committer | Paul Sokolovsky | 2014-05-06 02:28:49 +0300 |
| commit | 33b3a6905d30157efa8393893fd11a5104834354 (patch) | |
| tree | 8cfa43b414029a50fca161b20b3271ebcac997cf /stmhal/gccollect.h | |
| parent | f9e54e0ea53c774c4458c4af11764e5b929a2b33 (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.h | 2 |
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); |
