diff --git a/platform/cooja/testapps/testsensors.c b/platform/cooja/testapps/testsensors.c index be81b5024..0a0b6167e 100644 --- a/platform/cooja/testapps/testsensors.c +++ b/platform/cooja/testapps/testsensors.c @@ -26,14 +26,13 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: testsensors.c,v 1.3 2010/01/14 19:19:50 nifi Exp $ + * $Id: testsensors.c,v 1.4 2010/03/10 07:35:09 fros4943 Exp $ */ #include "contiki.h" #include "dev/button-sensor.h" #include "dev/pir-sensor.h" #include "dev/vib-sensor.h" -#include "dev/radio-sensor.h" #include @@ -48,7 +47,6 @@ PROCESS_THREAD(test_sensors_process, ev, data) button_sensor.configure(SENSORS_ACTIVE, 1); pir_sensor.configure(SENSORS_ACTIVE, 1); vib_sensor.configure(SENSORS_ACTIVE, 1); - radio_sensor.configure(SENSORS_ACTIVE, 1); while(1) { PROCESS_WAIT_EVENT();