Adding a gitattributes and correcting line-endings

https://help.github.com/articles/dealing-with-line-endings/
This commit is contained in:
Rémy Léone 2015-09-03 13:45:48 +02:00
parent 8a7e2e5892
commit 7a5071dd30
37 changed files with 5865 additions and 5856 deletions

View file

@ -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();
}