]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
Use __ instead of $. Thanks to Mike Healy for reporting this issue.
authorrazvanm <razvanm>
Fri, 6 Nov 2009 05:24:35 +0000 (05:24 +0000)
committerrazvanm <razvanm>
Fri, 6 Nov 2009 05:24:35 +0000 (05:24 +0000)
support/make/msp/msp.rules

index 5b53463e04e2d9eb7609246e301608ee5663c7b0..6b9605a1b05a82469bdf3e3f8a4f83b53af27932 100644 (file)
@@ -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