Changed LEDS_ALL to 8 leds for the JCreate platform

This commit is contained in:
Niclas Finne 2011-03-07 20:12:26 +01:00
parent fa08b09770
commit ccc0a3f7c4

View file

@ -1,7 +1,7 @@
# $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
CFLAGS += -DCONTIKI_TARGET_SKY
CFLAGS += -DCONTIKI_TARGET_SKY -DLEDS_CONF_ALL=255
CONTIKI_TARGET_SOURCEFILES += contiki-jcreate-platform.c \
battery-sensor.c radio-sensor.c \