From 0b79dffa875a5ef64d20dc4d65d3c088af335ac1 Mon Sep 17 00:00:00 2001 From: Thomas Eichinger Date: Wed, 28 Jan 2015 11:21:51 +0100 Subject: [PATCH] boards/nucleo-f334: correct CPU_USAGE variable --- boards/nucleo-f334/Makefile.include | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/nucleo-f334/Makefile.include b/boards/nucleo-f334/Makefile.include index b2b5ef4abe..089b30718a 100644 --- a/boards/nucleo-f334/Makefile.include +++ b/boards/nucleo-f334/Makefile.include @@ -34,7 +34,7 @@ export CXXUWFLAGS += export CXXEXFLAGS += # define build specific options -export CPU_USAGE = -mcpu=cortex-m3 +export CPU_USAGE = -mcpu=cortex-m4 export FPU_USAGE = export CFLAGS += -ggdb -g3 -std=gnu99 -Os -Wall -Wstrict-prototypes $(CPU_USAGE) $(FPU_USAGE) -mlittle-endian -mthumb -mthumb-interwork -nostartfiles export CFLAGS += -ffunction-sections -fdata-sections -fno-builtin