Stable and tested demo ^^

This commit is contained in:
e.gavrin
2014-07-29 12:23:04 +04:00
parent f4cdf1d266
commit 5aaa853b9f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ var numOfIterations = 10;
while (1)
{
for (var j = 0; j < numOfIterations / 2; j += 1)
for (var j = 0; j < numOfIterations; j += 1)
{
LEDOn(12);
LEDOn(13);