From bffaa72f7e4f9a513edee34d1dee7b29a2eee6b2 Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Mon, 29 Oct 2012 22:08:40 +0000 Subject: [PATCH] Remove debug code. --- examples/stm32/l1/Makefile.include | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/stm32/l1/Makefile.include b/examples/stm32/l1/Makefile.include index 32c3ceed..57b70303 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