Removed references to irq, which is not used with the new sensor APIs

This commit is contained in:
nifi 2010-01-14 18:13:33 +00:00
parent a937f8626c
commit e1c6c4993a
4 changed files with 1 additions and 4 deletions

View File

@ -1,4 +1,4 @@
SENSORS = sensors.c irq.c sht11.c
SENSORS = sensors.c sht11.c
MSB = dma.c infomem.c node-id.c \
msb430-uart1.c rs232.c \
cc1020.c cc1020-uip.c adc.c init-net-rime.c \

View File

@ -89,7 +89,6 @@ main(void)
leds_init();
leds_on(LEDS_ALL);
irq_init();
process_init();
/* serial interface */

View File

@ -40,7 +40,6 @@
#include "dev/cc1020.h"
#include "dev/hwconf.h"
#include "dev/infomem.h"
#include "dev/irq.h"
#include "dev/leds.h"
#include "dev/lpm.h"
#include "dev/msb430-uart1.h"

View File

@ -50,7 +50,6 @@
#include "lib/random.h"
#include "lib/crc16.h"
#include "net/rime/rimestats.h"
#include "dev/irq.h"
#include "dev/dma.h"
#include "sys/energest.h"