diff --git a/examples/stm32/Makefile.include b/examples/stm32/Makefile.include index acb78e8e..f370f457 100644 --- a/examples/stm32/Makefile.include +++ b/examples/stm32/Makefile.include @@ -18,8 +18,8 @@ ## along with this program. If not, see . ## -# PREFIX ?= arm-none-eabi -PREFIX ?= arm-elf +PREFIX ?= arm-none-eabi +#PREFIX ?= arm-elf CC = $(PREFIX)-gcc LD = $(PREFIX)-gcc OBJCOPY = $(PREFIX)-objcopy