From be986aa8d9b4e86583e74355d8cb1069f28aca4f Mon Sep 17 00:00:00 2001 From: Thomas Otto Date: Thu, 25 Mar 2010 10:13:15 +0100 Subject: Corrected Makefile for ADC example --- examples/other/adc_temperature_sensor/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/other/adc_temperature_sensor/Makefile') diff --git a/examples/other/adc_temperature_sensor/Makefile b/examples/other/adc_temperature_sensor/Makefile index b968dbc..a708bcb 100644 --- a/examples/other/adc_temperature_sensor/Makefile +++ b/examples/other/adc_temperature_sensor/Makefile @@ -26,8 +26,8 @@ LD = $(PREFIX)-ld OBJCOPY = $(PREFIX)-objcopy OBJDUMP = $(PREFIX)-objdump # Uncomment this line if you want to use the installed (not local) library. -TOOLCHAIN_DIR = `dirname \`which $(CC)\``/.. -#TOOLCHAIN_DIR = ../../.. +#TOOLCHAIN_DIR = `dirname \`which $(CC)\``/.. +TOOLCHAIN_DIR = ../../.. CFLAGS = -O0 -g -Wall -Wextra -I$(TOOLCHAIN_DIR)/include -fno-common \ -mcpu=cortex-m3 -mthumb LDSCRIPT = $(BINARY).ld -- cgit v1.2.3