mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-23 01:29:33 +00:00
5 lines
109 B
JavaScript
5 lines
109 B
JavaScript
TIMEOUT(2000, log.log("last message: " + msg + "\n"));
|
|
|
|
WAIT_UNTIL(msg.startsWith('Contiki'));
|
|
log.testOK();
|