Add gc.enable, gc.disable; remove pyb.gc.

This commit is contained in:
Damien George
2014-05-08 23:04:49 +01:00
parent d6cbbc51ab
commit 8c1c7488b2
4 changed files with 16 additions and 3 deletions

View File

@@ -352,6 +352,8 @@ Q(getvalue)
#if MICROPY_ENABLE_MOD_GC
Q(gc)
Q(collect)
Q(disable)
Q(enable)
#endif
#if MICROPY_ENABLE_PROPERTY