mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-04 13:06:38 +00:00
5 lines
110 B
JavaScript
5 lines
110 B
JavaScript
TIMEOUT(2000, log.log("last message: " + msg + "\n"));
|
|
|
|
WAIT_UNTIL(msg.equals('Hello, world'));
|
|
log.testOK();
|