From 0f407fd97e55857074a757c584aaf09e873581e7 Mon Sep 17 00:00:00 2001 From: idgay Date: Mon, 22 Sep 2008 20:55:19 +0000 Subject: [PATCH] switch to __ --- support/make/avr/avr.rules | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/support/make/avr/avr.rules b/support/make/avr/avr.rules index 708a4ab6..b28b740f 100644 --- a/support/make/avr/avr.rules +++ b/support/make/avr/avr.rules @@ -36,11 +36,9 @@ PROGRAMMER ?= uisp NCC = ncc LIBS = -lm -AMADDR = ActiveMessageAddressC\$$addr -# Uncomment the next two lines if you have a toolchain without the dollar sign -# patch. This needs nesc 1.2.8 or newer (1.2.9 is recommended). -#PFLAGS += -fnesc-separator=__ -#AMADDR = ActiveMessageAddressC__addr +# Use __ as the separator - requires nesC 1.2.9 or later +PFLAGS += -fnesc-separator=__ +AMADDR = ActiveMessageAddressC__addr BUILDDIR ?= build/$(PLATFORM) MAIN_EXE = $(BUILDDIR)/main.exe MAIN_SREC = $(BUILDDIR)/main.srec -- 2.39.2