forked from M-Labs/nac3
nac3standalone/demo: fix return type in loop.py
This commit is contained in:
parent
1a82d296e7
commit
e4581a6d9b
|
@ -6,4 +6,4 @@ def run() -> int32:
|
|||
for _ in range(10):
|
||||
output_int32(_)
|
||||
_ = 0
|
||||
|
||||
return 0
|
||||
|
|
Loading…
Reference in New Issue