From a630fbd5daade077063bd844237c16d89c936937 Mon Sep 17 00:00:00 2001 From: Oliver Schmidt Date: Thu, 27 Mar 2014 19:24:23 +0100 Subject: [PATCH] Removed unused variable. --- cpu/6502/Makefile.6502 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpu/6502/Makefile.6502 b/cpu/6502/Makefile.6502 index e043ab9d0..7ef11fe21 100644 --- a/cpu/6502/Makefile.6502 +++ b/cpu/6502/Makefile.6502 @@ -67,5 +67,5 @@ AR = ar65 ASFLAGS = -t $(TARGET) CFLAGS += -t $(TARGET) -Or -W -unused-param -LDFLAGS = $(STARTADDR_FLAG) -t $(TARGET) -m contiki-$(TARGET).map -D __STACKSIZE__=0x200 +LDFLAGS = -t $(TARGET) -m contiki-$(TARGET).map -D __STACKSIZE__=0x200 AROPTS = a