From 28e5cac1ea3e978078d9f5aed63bfd3b38999d0a Mon Sep 17 00:00:00 2001 From: Niclas Finne Date: Tue, 20 Dec 2011 04:53:52 +0100 Subject: [PATCH] Sensors already included by platform --- examples/z1/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/z1/Makefile b/examples/z1/Makefile index 941441db1..6cbbaa9c4 100644 --- a/examples/z1/Makefile +++ b/examples/z1/Makefile @@ -3,8 +3,7 @@ TARGET=z1 endif CONTIKI_PROJECT = test-phidgets blink test-adxl345 tmp102-test test-battery test-sht11 #test-potent -CONTIKI_SOURCEFILES += cc2420-arch.c sensors.c sht11.c potentiometer-sensor.c -PROJECT_SOURCEFILES = i2cmaster.c tmp102.c adxl345.c battery-sensor.c sky-sensors.c #potentiometer-sensor.c +CONTIKI_SOURCEFILES += sht11.c potentiometer-sensor.c APPS=serial-shell