From: razvanm Date: Tue, 22 Jan 2008 02:17:40 +0000 (+0000) Subject: This application should not be run on the basestation because the serial communicatio... X-Git-Tag: release_tinyos_2_1_0_0~588 X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=commitdiff_plain;h=905dddbd51df2ccbb2c730ac1f2f4dd1d8928643;p=tinyos-2.x.git This application should not be run on the basestation because the serial communication will interfere with the normal operation of tos-deluge. --- diff --git a/apps/tests/deluge/SerialBlink/Makefile b/apps/tests/deluge/SerialBlink/Makefile index 5a995f0b..c77ce966 100644 --- a/apps/tests/deluge/SerialBlink/Makefile +++ b/apps/tests/deluge/SerialBlink/Makefile @@ -1,6 +1,4 @@ COMPONENT=BlinkAppC TINYOS_NP=BNP -CFLAGS += -DDELUGE_BASESTATION - include $(MAKERULES)