From 74606ac143aa251f23a04afa9fc161b1b3156ad6 Mon Sep 17 00:00:00 2001 From: razvanm Date: Fri, 6 Nov 2009 05:24:35 +0000 Subject: [PATCH] Use __ instead of $. Thanks to Mike Healy for reporting this issue. --- support/make/msp/msp.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2