From: janhauer Date: Wed, 16 Sep 2009 13:16:09 +0000 (+0000) Subject: added a debug flag X-Git-Tag: rc_6_tinyos_2_1_1~258 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=2ff944002909624bf99cd6f107d87c47af12caa5 added a debug flag --- diff --git a/apps/tests/tkn154/beacon-enabled/TestAssociate/device/Makefile b/apps/tests/tkn154/beacon-enabled/TestAssociate/device/Makefile index c4d5d67c..7c0acfe3 100644 --- a/apps/tests/tkn154/beacon-enabled/TestAssociate/device/Makefile +++ b/apps/tests/tkn154/beacon-enabled/TestAssociate/device/Makefile @@ -1,3 +1,4 @@ COMPONENT=TestAssociateAppC +PFLAGS += -DIEEE154_BEACON_TX_DISABLED CFLAGS += -I$(shell pwd)/.. include ../../../Makefile.include