Removed buggy button.c that is and should not be used
This commit is contained in:
parent
977fdc7f03
commit
58d442ab2f
1 changed files with 4 additions and 4 deletions
|
@ -1,12 +1,12 @@
|
||||||
# $Id: Makefile.sky,v 1.11 2007/11/13 20:37:18 adamdunkels Exp $
|
# $Id: Makefile.sky,v 1.12 2007/11/18 12:02:49 adamdunkels Exp $
|
||||||
|
|
||||||
|
|
||||||
ARCH=msp430.c leds.c watchdog.c light.c button.c spi.c ds2411.c \
|
ARCH=msp430.c leds.c watchdog.c light.c spi.c ds2411.c \
|
||||||
rom.c xmem.c i2c.c sht11.c battery-sensor.c \
|
rom.c xmem.c i2c.c sht11.c battery-sensor.c \
|
||||||
simple-cc2420.c simple-cc2420-arch.c irq.c energest-arch.c \
|
simple-cc2420.c simple-cc2420-arch.c irq.c energest-arch.c \
|
||||||
node-id.c sensors.c button-sensor.c cfs-xmem.c \
|
node-id.c sensors.c button-sensor.c cfs-xmem.c \
|
||||||
radio-sensor.c uart1.c \
|
radio-sensor.c uart1.c uip-ipchksum.c\
|
||||||
#slip.c slip_uart1.c uip-ipchksum.c
|
#slip.c slip_uart1.c
|
||||||
|
|
||||||
CONTIKI_TARGET_DIRS = . dev apps net
|
CONTIKI_TARGET_DIRS = . dev apps net
|
||||||
ifndef CONTIKI_TARGET_MAIN
|
ifndef CONTIKI_TARGET_MAIN
|
||||||
|
|
Loading…
Reference in a new issue