]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tests/deluge/Blink/Makefile
Performance enhancements to tos.py, rename of TINYOS_NP=BNP to BOOTLOADER=tosboot...
[tinyos-2.x.git] / apps / tests / deluge / Blink / Makefile
index ee6423d3086ebb90926a938ea81276434715865e..5aad1f195c9fd346b102e1d236797a3448cce67f 100644 (file)
@@ -1,7 +1,7 @@
 COMPONENT=BlinkAppC
-TINYOS_NP=BNP
+BOOTLOADER=tosboot
 
-CFLAGS += -DTOSH_DATA_LENGTH=100
-CFLAGS += -DDELUGE_BASESTATION
+#CFLAGS += -DDELUGE_BASESTATION
+#CFLAGS += -DDELUGE_LIGHT_BASESTATION
 
 include $(MAKERULES)