fix temp changes

This commit is contained in:
roel@libnfc.org 2011-09-05 11:48:08 +00:00
commit 245e844e80
2 changed files with 7 additions and 7 deletions

View file

@ -20,7 +20,7 @@ platform = $(shell uname)
all:
CROSS ?= arm-none-eabi-
CROSS ?= arm-eabi-
CC = $(CROSS)gcc
AS = $(CROSS)as
LD = $(CROSS)ld