comparison: MicroPython/gc.py
MicroPython/gc.py
- changeset 8
- f706499906b8
- parent 0
- b3daa2ebea2f
equal
deleted
inserted
replaced
20 pass |
20 pass |
21 |
21 |
22 def mem_free(): |
22 def mem_free(): |
23 pass |
23 pass |
24 |
24 |
25 def threshold(): |
25 def threshold(amount=None): |
26 pass |
26 pass |
27 |
|
28 def threshold(amount): |
|
29 pass |
|