From 3fa90b59031d529c03a80fc9d4c16f892dbc6ff3 Mon Sep 17 00:00:00 2001 From: Rene Hopf Date: Mon, 22 Feb 2016 00:12:20 +0100 Subject: [PATCH] case fix --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0e99e7ef..4f78bd11 100644 --- a/Makefile +++ b/Makefile @@ -130,7 +130,7 @@ ifeq ($(CPU_LS), F303) SOURCES += $(PERIPH_DRV_DIR)/src/stm32f30x_tim.c SOURCES += $(PERIPH_DRV_DIR)/src/stm32f30x_usart.c - SOURCES += lib/CMSIS/Device/ST/stm32f30x/Source/Templates/gcc_ride7/startup_stm32f30x.s + SOURCES += lib/CMSIS/Device/ST/STM32F30x/Source/Templates/gcc_ride7/startup_stm32f30x.s CPPFLAGS += -DSTM32F303xC CPPFLAGS += -DHSE_VALUE=8000000