]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - support/make/msp/msp.rules
Use __ instead of $. Thanks to Mike Healy for reporting this issue.
[tinyos-2.x.git] / 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