Stable and tested demo ^^
This commit is contained in:
@@ -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);
|
||||
|
||||
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user