make includes refer to $(CONTIKI)/core or $(CONTIKI)/platform/inga
[wsn-p.git] / exercise_remotecontrol / rime / led_remote_control.c
index b3b9899..1eae8fe 100644 (file)
@@ -1,7 +1,7 @@
 #include <contiki.h>
-#include <leds.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");
This page took 0.028595 seconds and 4 git commands to generate.