aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorThomas Otto2010-03-25 10:13:15 +0100
committerThomas Otto2010-03-25 10:13:15 +0100
commitbe986aa8d9b4e86583e74355d8cb1069f28aca4f (patch)
tree69007ac487cb64771b16c0438abe13d8e4e345d0 /examples
parentd96b31879590c4d84eba90dfb263cb25d0f2e3ce (diff)
Corrected Makefile for ADC example
Diffstat (limited to 'examples')
-rw-r--r--examples/other/adc_temperature_sensor/Makefile4
1 files changed, 2 insertions, 2 deletions
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