Merge pull request #607 from oliverschmidt/master

Removed unused variable.
This commit is contained in:
Oliver Schmidt 2014-03-27 22:24:57 +02:00
commit c2db3a1a14

View file

@ -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