7 lines
181 B
Python
7 lines
181 B
Python
import micropython
|
|
micropython.heap_lock()
|
|
1+1
|
|
micropython.heap_lock()
|
|
####################################################################
|
|
micropython.heap_lock()
|
|
raise SystemExit
|