Skip to content

Commit 8d7e1a7

Browse files
committed
tests/systemtask test is updated.
1 parent fcd785a commit 8d7e1a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample/tests/systemtask/led.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def mkLed():
2727
).Else(
2828
If(count == 1024 - 1)(
2929
led(led + 1),
30-
#SystemStatement('display', 'led:%x', led)
30+
#Systask('display', 'led:%x', led)
3131
SingleStatement(SystemTask('display', 'led:%x', led))
3232
)
3333
))

0 commit comments

Comments
 (0)