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