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

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);

View File

@ -29,7 +29,7 @@ static const char* generated_source = ""
"\n"
"while (1)\n"
"{\n"
"for (var j = 0; j < numOfIterations / 2; j += 1)\n"
"for (var j = 0; j < numOfIterations; j += 1)\n"
"{\n"
"LEDOn(12);\n"
"LEDOn(13);\n"