mirror of
https://github.com/jerryscript-project/jerryscript.git
synced 2025-12-15 16:29:21 +00:00
Stable and tested demo ^^
This commit is contained in:
parent
f4cdf1d266
commit
5aaa853b9f
@ -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);
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user