Changed LEDS_ALL to 8 leds for the JCreate platform
This commit is contained in:
parent
fa08b09770
commit
ccc0a3f7c4
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# $Id: Makefile.jcreate,v 1.3 2010/08/25 19:34:42 nifi Exp $
|
# $Id: Makefile.jcreate,v 1.3 2010/08/25 19:34:42 nifi Exp $
|
||||||
|
|
||||||
# Some drivers such as ds2411.c only compile under platform sky
|
# Some drivers such as ds2411.c only compile under platform sky
|
||||||
CFLAGS += -DCONTIKI_TARGET_SKY
|
CFLAGS += -DCONTIKI_TARGET_SKY -DLEDS_CONF_ALL=255
|
||||||
|
|
||||||
CONTIKI_TARGET_SOURCEFILES += contiki-jcreate-platform.c \
|
CONTIKI_TARGET_SOURCEFILES += contiki-jcreate-platform.c \
|
||||||
battery-sensor.c radio-sensor.c \
|
battery-sensor.c radio-sensor.c \
|
||||||
|
|
Loading…
Reference in a new issue