5369fd4515
Merged the mbed releated targets into one source. Available targets: FRDM-K64f, Discovery-STM32F4, Discovery-STM32F429ZI, NUCLEO-STM32F4 JerryScript-DCO-1.0-Signed-off-by: Imre Kiss kissi@inf.u-szeged.hu
7 lines
66 B
JavaScript
7 lines
66 B
JavaScript
function sysloop (ticknow)
|
|
{
|
|
blink ();
|
|
}
|
|
|
|
print ("main js OK");
|