mirror of
https://github.com/micropython/micropython.git
synced 2026-04-25 02:10:24 +02:00
a791f7f43c
Signed-off-by: Jeff Epler <jepler@gmail.com>
8 lines
181 B
Python
8 lines
181 B
Python
import micropython
|
|
micropython.heap_lock()
|
|
1+1
|
|
micropython.heap_lock()
|
|
None # Cause the repl's line storage to be enlarged ----------------
|
|
micropython.heap_lock()
|
|
raise SystemExit
|