aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorKarl Palsson2012-10-29 22:08:40 +0000
committerKarl Palsson2012-11-07 21:54:18 +0000
commitbffaa72f7e4f9a513edee34d1dee7b29a2eee6b2 (patch)
tree6b4d2e2018f6a6d5ac10db803a7da9eea0d68cc5 /examples
parentce8f47e7df8e0bc8abaaec79058cc08bc297f0c9 (diff)
Remove debug code.
Diffstat (limited to 'examples')
-rw-r--r--examples/stm32/l1/Makefile.include2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/stm32/l1/Makefile.include b/examples/stm32/l1/Makefile.include
index 32c3cee..57b7030 100644
--- a/examples/stm32/l1/Makefile.include
+++ b/examples/stm32/l1/Makefile.include
@@ -37,8 +37,6 @@ $(info We seem to be building the example in the source directory. Using local l
endif
endif
-$(info GAHHHH toolchain: $(TOOLCHAIN_DIR))
-
ARCH_FLAGS = -mthumb -mcpu=cortex-m3 -msoft-float
CFLAGS += -Os -g -Wall -Wextra -I$(TOOLCHAIN_DIR)/include \
-fno-common $(ARCH_FLAGS) -MD -DSTM32L1