mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-08 23:08:29 +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();
|