[benchmark] fixed incorrect syntax

This commit is contained in:
Grovkillen
2020-02-24 20:52:30 +01:00
parent d1cf9f977d
commit 9425eb8bea
+2 -2
View File
@@ -23,7 +23,7 @@ EndOn
On StartTimer Do
LogEntry,'Timer %eventvalue1% will start in %eventvalue2% seconds'
TimerSet,'%eventvalue1%,%eventvalue2%'
TimerSet,%eventvalue1%,%eventvalue2%
EndOn
On StopTimer Do
@@ -91,4 +91,4 @@ On GPIO#2 Do
Else
LogEntry,'step: [INT#3]..[INT#16]'
EndIf
EndOn
EndOn