From 905dddbd51df2ccbb2c730ac1f2f4dd1d8928643 Mon Sep 17 00:00:00 2001 From: razvanm Date: Tue, 22 Jan 2008 02:17:40 +0000 Subject: [PATCH] This application should not be run on the basestation because the serial communication will interfere with the normal operation of tos-deluge. --- apps/tests/deluge/SerialBlink/Makefile | 2 -- 1 file changed, 2 deletions(-) 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) -- 2.39.2