Skip to content

Conversation

@knightburton
Copy link
Member

JerryScript-DCO-1.0-Signed-off-by: Imre Kiss kissi@inf.u-szeged.hu

JerryScript-DCO-1.0-Signed-off-by: Imre Kiss kissi@inf.u-szeged.hu
@LaszloLango LaszloLango added development Feature implementation jerry-port Related to the port API or the default port implementation labels Apr 4, 2016
var blk = (check > 8) ? 1 : 0;
led(1, blk);
check = (check >= 10) ? 1 : check+1;
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please follow Jerry coding style here.

JerryScript-DCO-1.0-Signed-off-by: Imre Kiss kissi@inf.u-szeged.hu
retcode = js_entry (js_codes[0].source, js_codes[0].length);
if (retcode != 0)
{
pc.printf ("js_entry failed code(%d) [%s]\r\n", retcode, js_codes[0].name);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think pc wasn't declared in this function scope.

JerryScript-DCO-1.0-Signed-off-by: Imre Kiss kissi@inf.u-szeged.hu
@knightburton
Copy link
Member Author

In this and some other PRs what we did, they are way too much clones of each other, so this is the reason why I'm closed this pull request, because we created a new PR ( #1019 ) where merged the mbed releated targets into one source.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

development Feature implementation jerry-port Related to the port API or the default port implementation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants