diff options
| author | Damien George | 2014-05-08 23:04:49 +0100 |
|---|---|---|
| committer | Damien George | 2014-05-08 23:04:49 +0100 |
| commit | 8c1c7488b223b37d1aa169edeb208f054d6b74c3 (patch) | |
| tree | cfddd91236ea79b7a30559761bbd11dc0f902300 /stmhal/gccollect.h | |
| parent | d6cbbc51ab5c2af0f5280ec80a6fa66f20d4ed02 (diff) | |
Add gc.enable, gc.disable; remove pyb.gc.
Diffstat (limited to 'stmhal/gccollect.h')
| -rw-r--r-- | stmhal/gccollect.h | 2 |
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); |
