mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 19:20:22 +01:00
Add gc.enable, gc.disable; remove pyb.gc.
This commit is contained in:
@@ -352,6 +352,8 @@ Q(getvalue)
|
||||
#if MICROPY_ENABLE_MOD_GC
|
||||
Q(gc)
|
||||
Q(collect)
|
||||
Q(disable)
|
||||
Q(enable)
|
||||
#endif
|
||||
|
||||
#if MICROPY_ENABLE_PROPERTY
|
||||
|
||||
Reference in New Issue
Block a user