micropython: add micropython component
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
def foo():
|
||||
foo()
|
||||
|
||||
|
||||
try:
|
||||
foo()
|
||||
except RuntimeError:
|
||||
print("RuntimeError")
|
Reference in New Issue
Block a user