From: razvanm Date: Fri, 6 Nov 2009 05:24:35 +0000 (+0000) Subject: Use __ instead of $. Thanks to Mike Healy for reporting this issue. X-Git-Tag: rc_6_tinyos_2_1_1~146 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=74606ac143aa251f23a04afa9fc161b1b3156ad6 Use __ instead of $. Thanks to Mike Healy for reporting this issue. --- diff --git a/support/make/msp/msp.rules b/support/make/msp/msp.rules index 5b53463e..6b9605a1 100644 --- a/support/make/msp/msp.rules +++ b/support/make/msp/msp.rules @@ -44,7 +44,7 @@ ifneq ($(filter sim,$(GOALS)),sim) PFLAGS += -fnesc-separator=__ endif -AMADDR = ActiveMessageAddressC\$$addr +AMADDR = ActiveMessageAddressC__addr BUILDDIR ?= build/$(PLATFORM) MAIN_EXE = $(BUILDDIR)/main.exe MAIN_IHEX = $(BUILDDIR)/main.ihex