projects
/
wsn-p.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
5009bb2
)
make includes refer to $(CONTIKI)/core or $(CONTIKI)/platform/inga
author
Roland Hieber
<rohieb@rohieb.name>
Wed, 9 Nov 2011 15:38:59 +0000
(16:38 +0100)
committer
Roland Hieber
<rohieb@rohieb.name>
Wed, 9 Nov 2011 15:38:59 +0000
(16:38 +0100)
exercise_remotecontrol/rime/led_remote_control.c
patch
|
blob
|
history
exercise_remotecontrol/rime/pwnage.c
patch
|
blob
|
history
tutorial/ledbuttontest/ledbuttontest.c
patch
|
blob
|
history
tutorial/ledtest/ledtest.c
patch
|
blob
|
history
diff --git
a/exercise_remotecontrol/rime/led_remote_control.c
b/exercise_remotecontrol/rime/led_remote_control.c
index
b3b9899
..
1eae8fe
100644
(file)
--- a/
exercise_remotecontrol/rime/led_remote_control.c
+++ b/
exercise_remotecontrol/rime/led_remote_control.c
@@
-1,7
+1,7
@@
#include <contiki.h>
#include <contiki.h>
-#include <leds.h>
#include <stdio.h>
#include <stdio.h>
-#include <button-sensor.h>
+#include <dev/leds.h>
+#include <dev/button-sensor.h>
#include <net/rime.h>
PROCESS(led_remote_control_rime, "binary LED counter via button over Rime");
#include <net/rime.h>
PROCESS(led_remote_control_rime, "binary LED counter via button over Rime");
diff --git
a/exercise_remotecontrol/rime/pwnage.c
b/exercise_remotecontrol/rime/pwnage.c
index
c46777a
..
c26ccce
100644
(file)
--- a/
exercise_remotecontrol/rime/pwnage.c
+++ b/
exercise_remotecontrol/rime/pwnage.c
@@
-1,7
+1,7
@@
#include <contiki.h>
#include <contiki.h>
-#include <leds.h>
#include <stdio.h>
#include <stdio.h>
-#include <button-sensor.h>
+#include <dev/leds.h>
+#include <dev/button-sensor.h>
#include <net/rime.h>
PROCESS(pwnage, "total pwnage!");
#include <net/rime.h>
PROCESS(pwnage, "total pwnage!");
diff --git
a/tutorial/ledbuttontest/ledbuttontest.c
b/tutorial/ledbuttontest/ledbuttontest.c
index
719de36
..
e1ef793
100644
(file)
--- a/
tutorial/ledbuttontest/ledbuttontest.c
+++ b/
tutorial/ledbuttontest/ledbuttontest.c
@@
-1,5
+1,5
@@
#include <contiki.h>
#include <contiki.h>
-#include <leds.h>
+#include <
dev/
leds.h>
//#include <stdio.h>
#include <dev/button-sensor.h>
//#include <stdio.h>
#include <dev/button-sensor.h>
diff --git
a/tutorial/ledtest/ledtest.c
b/tutorial/ledtest/ledtest.c
index
4d96646
..
54fc923
100644
(file)
--- a/
tutorial/ledtest/ledtest.c
+++ b/
tutorial/ledtest/ledtest.c
@@
-1,5
+1,5
@@
#include <contiki.h>
#include <contiki.h>
-#include <leds.h>
+#include <
dev/
leds.h>
#include <stdio.h>
PROCESS(ledtest, "LED test");
#include <stdio.h>
PROCESS(ledtest, "LED test");
This page took
0.025992 seconds
and
4
git commands to generate.