Adding a gitattributes and correcting line-endings
https://help.github.com/articles/dealing-with-line-endings/
This commit is contained in:
parent
8a7e2e5892
commit
7a5071dd30
37 changed files with 5865 additions and 5856 deletions
|
@ -1,13 +1,13 @@
|
|||
/*
|
||||
* Example Contiki test script (JavaScript).
|
||||
* A Contiki test script acts on mote output, such as via printf()'s.
|
||||
* The script may operate on the following variables:
|
||||
* Mote mote, int id, String msg
|
||||
*/
|
||||
|
||||
TIMEOUT(60000);
|
||||
|
||||
while (true) {
|
||||
log.log(time + ":" + id + ":" + msg + "\n");
|
||||
YIELD();
|
||||
}
|
||||
/*
|
||||
* Example Contiki test script (JavaScript).
|
||||
* A Contiki test script acts on mote output, such as via printf()'s.
|
||||
* The script may operate on the following variables:
|
||||
* Mote mote, int id, String msg
|
||||
*/
|
||||
|
||||
TIMEOUT(60000);
|
||||
|
||||
while (true) {
|
||||
log.log(time + ":" + id + ":" + msg + "\n");
|
||||
YIELD();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue