aboutsummaryrefslogtreecommitdiff
path: root/stmhal/gccollect.h
diff options
context:
space:
mode:
authorDamien George2014-05-08 23:04:49 +0100
committerDamien George2014-05-08 23:04:49 +0100
commit8c1c7488b223b37d1aa169edeb208f054d6b74c3 (patch)
treecfddd91236ea79b7a30559761bbd11dc0f902300 /stmhal/gccollect.h
parentd6cbbc51ab5c2af0f5280ec80a6fa66f20d4ed02 (diff)
Add gc.enable, gc.disable; remove pyb.gc.
Diffstat (limited to 'stmhal/gccollect.h')
-rw-r--r--stmhal/gccollect.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/stmhal/gccollect.h b/stmhal/gccollect.h
index df563d389..c2955b929 100644
--- a/stmhal/gccollect.h
+++ b/stmhal/gccollect.h
@@ -39,5 +39,3 @@ extern uint32_t _estack;
extern uint32_t _ram_end;
void gc_collect(void);
-
-MP_DECLARE_CONST_FUN_OBJ(gc_collect_obj);